Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3 (#7389)
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 21, 2022
1 parent 8edd489 commit 7a70429
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache
with:
path: |
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache
with:
path: |
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
- uses: actions/cache@v3
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
id: yarn-cache
with:
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
- uses: actions/cache@v3
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
id: yarn-cache
with:
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache
with:
path: |
Expand Down

0 comments on commit 7a70429

Please sign in to comment.