Skip to content

Commit 3cbe6c3

Browse files
Merge pull request #566 from Blosc/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents d502b44 + 242bb9a commit 3cbe6c3

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)