Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#3290)
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 Jul 1, 2024
1 parent 13906d3 commit 4afb21c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- name: Cache pnpm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-store.outputs.PATH }}
key:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- name: Cache pnpm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-store.outputs.PATH }}
key:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- name: Cache pnpm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-store.outputs.PATH }}
key:
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
id: pnpm-store
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Cache pnpm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-store.outputs.PATH }}
key:
Expand Down

0 comments on commit 4afb21c

Please sign in to comment.