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 f9962c0 + faad89c commit 3b542f4Copy full SHA for 3b542f4
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
id: npm-cache
19
run: |
20
echo "::set-output name=dir::$(npm config get cache)"
21
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
22
with:
23
path: ${{ steps.npm-cache.outputs.dir }}
24
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
0 commit comments