Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore(deps): update actions/cache action to v3 (#3811)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 22, 2022
1 parent 7a994bc commit e19d846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: yarn build

- name: Cache dist
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: packages/*/dist
key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: yarn --immutable

- name: Restore dist cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: packages/*/dist
key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
run: yarn --immutable

- name: Restore dist cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: packages/*/dist
key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }}
Expand Down

0 comments on commit e19d846

Please sign in to comment.