Skip to content

Commit

Permalink
Update actions/cache action to v4 (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 8940354 commit 98584b2
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 98584b2

Please sign in to comment.