Skip to content

Commit aad4dca

Browse files
chore(deps): update actions/cache action to v3 (FRSOURCE#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 332e1ad commit aad4dca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: yarn-cache-key
2525
run: echo "::set-output name=key::${{ runner.os }}-yarn-ci-cache-v3-${{ hashFiles('./yarn.lock') }}-${{ hashFiles('**/yarn.lock') }}"
2626
- name: Configure Yarn cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
key: ${{ steps.yarn-cache-key.outputs.key }}
3030
path: |
@@ -55,7 +55,7 @@ jobs:
5555
- name: remove git auth
5656
run: git config --unset http.https://github.com/.extraheader
5757
- name: Configure Yarn cache
58-
uses: actions/cache@v2
58+
uses: actions/cache@v3
5959
with:
6060
key: ${{ needs.cache.outputs.yarn-cache-key }}
6161
path: |
@@ -89,7 +89,7 @@ jobs:
8989
- name: remove git auth
9090
run: git config --unset http.https://github.com/.extraheader
9191
- name: Configure Yarn cache
92-
uses: actions/cache@v2
92+
uses: actions/cache@v3
9393
with:
9494
key: ${{ needs.cache.outputs.yarn-cache-key }}
9595
path: |

0 commit comments

Comments
 (0)