Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent d9b3dd2 commit 45b329d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
node-version: 16
cache: 'yarn'
- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
id: node-modules-cache
with:
path: |
Expand All @@ -59,7 +59,7 @@ jobs:
key: modules-${{ hashFiles('**/yarn.lock') }}
- name: Cache cypress
id: cypress-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-cypress-${{ hashFiles('**/yarn.lock') }}
path: ~/.cache/Cypress
Expand Down

0 comments on commit 45b329d

Please sign in to comment.