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 Mar 1, 2024
1 parent 8940354 commit 8e4a742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: yarn --frozen-lockfile

- name: Cache downloads
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: downloads
key: downloads-${{ hashFiles('Makefile') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: yarn --frozen-lockfile

- name: Cache downloads
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: downloads
key: downloads-${{ hashFiles('Makefile') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: yarn --frozen-lockfile

- name: Cache downloads
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: downloads
key: downloads-${{ hashFiles('Makefile') }}
Expand Down

0 comments on commit 8e4a742

Please sign in to comment.