Skip to content

Commit

Permalink
Update actions/cache action to v3 (#7)
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 Dec 5, 2022
1 parent c18e9f8 commit dfc8cd9
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 @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache ~/.pnpm-store
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-pnpm-store
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
node-version: 16.x
- name: Cache ~/.pnpm-store
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-pnpm-store
with:
Expand Down

0 comments on commit dfc8cd9

Please sign in to comment.