Skip to content

Commit 880df5b

Browse files
rexrafadysosmus
andauthored
chore: update actions/cache (#783)
* chore: update actions/cache * Update .github/workflows/lighthouse.yml Co-authored-by: Félix Mattrat <[email protected]> * Update .github/workflows/index.yml Co-authored-by: Félix Mattrat <[email protected]> --------- Co-authored-by: Félix Mattrat <[email protected]>
1 parent c27d570 commit 880df5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)