We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8284a2 commit 2c7531cCopy full SHA for 2c7531c
1 file changed
.github/workflows/continuous-integration.yml
@@ -36,13 +36,13 @@ jobs:
36
run: pip install poetry
37
38
- name: Cache poetry packages
39
- uses: actions/cache@v1
+ uses: actions/cache@v4
40
with:
41
path: ~/.cache/pypoetry
42
key: ${{ runner.os }}-build-cache-poetry-packages-${{ hashFiles('**/poetry.lock') }}
43
44
- name: Cache node modules
45
46
47
path: ~/.npm
48
key: ${{ runner.os }}-build-cache-npm-packages-${{ hashFiles('**/package-lock.json') }}
0 commit comments