Skip to content

Commit 610d844

Browse files
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 2a9209f commit 610d844

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Cache sccache (Windows)
4343
if: runner.os == 'Windows'
44-
uses: actions/cache@v5
44+
uses: actions/cache@v6
4545
with:
4646
path: C:\Users\runneradmin\AppData\Local\sccache
4747
key: sccache-${{ runner.os }}-${{ github.sha }}
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Cache pip (Windows)
5252
if: runner.os == 'Windows'
53-
uses: actions/cache@v5
53+
uses: actions/cache@v6
5454
with:
5555
path: C:\Users\runneradmin\AppData\Local\pip\Cache
5656
key: pip-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)