Skip to content

Commit ea76860

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8966895 commit ea76860

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
override: true
3636

3737
- name: Cache Rust dependencies
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: |
4141
~/.cargo/bin/
@@ -57,7 +57,7 @@ jobs:
5757
- name: Cache LLVM on Windows
5858
if: runner.os == 'Windows'
5959
id: cache-llvm
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
with:
6262
path: C:\Program Files\LLVM
6363
key: windows-llvm-latest

0 commit comments

Comments
 (0)