We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d86d83 commit fa90a80Copy full SHA for fa90a80
.github/workflows/css.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: npm --version
28
29
- name: Set up npm cache
30
- uses: actions/cache@v2
+ uses: actions/cache@v4
31
with:
32
path: ~/.npm
33
key: ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
0 commit comments