Skip to content

Commit 9080109

Browse files
Update deploy-s3-store.yml
1 parent 8a27404 commit 9080109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-s3-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path
1919
run: echo "::set-output name=dir::$(yarn cache dir)"
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
id: yarn-cache
2222
with:
2323
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)