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.
1 parent 865bb0c commit f2b1b4fCopy full SHA for f2b1b4f
.github/workflows/scip-docker.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Get npm cache directory
29
id: npm-cache
30
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
31
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
32
with:
33
path: ${{ steps.npm-cache.outputs.dir }}
34
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/scip-snapshot.yml
@@ -27,7 +27,7 @@ jobs:
27
0 commit comments