Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#1075)
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] authored Jan 17, 2024
1 parent f54e8e1 commit 0dc2022
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 @@ -44,7 +44,7 @@ jobs:
run: pnpm build

- name: Cache dist
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: packages/*/dist
key: ubuntu-latest-node-v18-${{ github.sha }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
run: pnpm install

- name: Restore dist cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: packages/*/dist
key: ubuntu-latest-node-v18-${{ github.sha }}
Expand Down

0 comments on commit 0dc2022

Please sign in to comment.