Skip to content

Commit 52d911c

Browse files
authored
chore: update actions/cache
1 parent c27d570 commit 52d911c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a basic workflow to help you get started with Actions
1+
cache@v4# This is a basic workflow to help you get started with Actions
22

33
name: Algolia Index
44

@@ -29,7 +29,7 @@ jobs:
2929
node-version: '14'
3030

3131
- name: Cache dependencies
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
3434
path: ~/.npm
3535
key: npm-${{ hashFiles('package-lock.json') }}

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lighthouse Audit
1+
cache@v4name: Lighthouse Audit
22
on:
33
pull_request:
44
branches:
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: ~/.npm
2222
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)