Skip to content

Commit

Permalink
(chore) Fix @actions/cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Jan 2, 2024
1 parent 260e558 commit fc9c217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Cache dependencies
id: cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Cache dependencies
id: cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit fc9c217

Please sign in to comment.