We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27d570 commit 880df5bCopy full SHA for 880df5b
.github/workflows/index.yml
@@ -29,7 +29,7 @@ jobs:
29
node-version: '14'
30
31
- name: Cache dependencies
32
- uses: actions/cache@v2
+ uses: actions/cache@v4
33
with:
34
path: ~/.npm
35
key: npm-${{ hashFiles('package-lock.json') }}
.github/workflows/lighthouse.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
20
21
22
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments