Skip to content

Commit 242bb9a

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 5d7dc9a commit 242bb9a

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@v4
44+
uses: actions/cache@v5
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@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: C:\Users\runneradmin\AppData\Local\pip\Cache
5656
key: pip-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)