We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4944f2 + 821aaa8 commit 3e08d02Copy full SHA for 3e08d02
2 files changed
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v7
26
27
- name: Cache dependencies
28
- uses: actions/cache@v5
+ uses: actions/cache@v6
29
with:
30
path: ~/.cache/pip
31
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
.github/workflows/static.yml
@@ -34,7 +34,7 @@ jobs:
34
node-version: '24'
35
36
- name: Cache node_modules
37
38
39
path: node_modules
40
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments