Skip to content

Commit 8ba6f5d

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

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@v5
38+
uses: actions/cache@v6
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@v5
60+
uses: actions/cache@v6
6161
with:
6262
path: C:\Program Files\LLVM
6363
key: windows-llvm-latest

0 commit comments

Comments
 (0)