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 c27d570 commit 52d911cCopy full SHA for 52d911c
.github/workflows/index.yml
@@ -1,4 +1,4 @@
1
-# This is a basic workflow to help you get started with Actions
+cache@v4# This is a basic workflow to help you get started with Actions
2
3
name: Algolia Index
4
@@ -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
-name: Lighthouse Audit
+cache@v4name: Lighthouse Audit
on:
pull_request:
branches:
@@ -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