Skip to content

Commit 4546bb6

Browse files
authoredMar 12, 2025··
Update actions/cache as v2 is deprecated (#2269)
1 parent 4b95f81 commit 4546bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: yarn-cache-dir-path
3434
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
3535

36-
- uses: actions/cache@v2
36+
- uses: actions/cache@v4
3737
id: yarn-cache
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -90,7 +90,7 @@ jobs:
9090
id: yarn-cache-dir-path
9191
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
9292

93-
- uses: actions/cache@v2
93+
- uses: actions/cache@v4
9494
id: yarn-cache
9595
with:
9696
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)
Please sign in to comment.