Skip to content

Commit

Permalink
chore: update actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrafa authored Dec 11, 2024
1 parent c27d570 commit 52d911c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/index.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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

name: Algolia Index

Expand Down 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
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lighthouse Audit
cache@v4name: Lighthouse Audit
on:
pull_request:
branches:
Expand All @@ -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 52d911c

Please sign in to comment.