Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit b203971

Browse files
Update actions/cache action to v3 (#299)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 987951f commit b203971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: yarn-cache-dir-path
3030
run: echo "::set-output name=dir::$(yarn cache dir)"
3131

32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v3
3333
id: yarn-cache
3434
with:
3535
path: |
@@ -66,7 +66,7 @@ jobs:
6666
id: yarn-cache-dir-path
6767
run: echo "::set-output name=dir::$(yarn cache dir)"
6868

69-
- uses: actions/cache@v2
69+
- uses: actions/cache@v3
7070
id: yarn-cache
7171
with:
7272
path: |

0 commit comments

Comments
 (0)