We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d502b44 + 242bb9a commit 3cbe6c3Copy full SHA for 3cbe6c3
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Cache sccache (Windows)
43
if: runner.os == 'Windows'
44
- uses: actions/cache@v4
+ uses: actions/cache@v5
45
with:
46
path: C:\Users\runneradmin\AppData\Local\sccache
47
key: sccache-${{ runner.os }}-${{ github.sha }}
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Cache pip (Windows)
52
53
54
55
path: C:\Users\runneradmin\AppData\Local\pip\Cache
56
key: pip-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
0 commit comments