Skip to content

Commit

Permalink
chore: update actions/cache (#783)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
rexrafa and dysosmus authored Dec 12, 2024
1 parent c27d570 commit 880df5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: '14'

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 880df5b

Please sign in to comment.