We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150b589 commit a7d2fd2Copy full SHA for a7d2fd2
3 files changed
.github/workflows/on-push-or-pull.yml
@@ -36,8 +36,8 @@ jobs:
36
runs-on: ubuntu-latest
37
needs: one_run
38
steps:
39
- - uses: actions/checkout@v2.3.4
40
- - uses: actions/cache@v2.1.4
+ - uses: actions/checkout@v3
+ - uses: actions/cache@v3
41
id: cache
42
with:
43
path: ${{ env.CACHE_NODE_MODULES_PATH }}
@@ -50,12 +50,12 @@ jobs:
50
needs: install
51
52
53
54
55
56
57
key: node_modules-${{ hashFiles('**/package-lock.json') }}
58
59
60
path: ${{ env.CACHE_DIST_PATH }}
61
key: dist-${{ github.run_id }}
0 commit comments