Skip to content

Commit 8d2b559

Browse files
chore(deps): update actions/cache action to v3.3.3
1 parent bca5c69 commit 8d2b559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: yarn-cache-dir-path
1414
run: echo "::set-output name=dir::$(yarn cache dir)"
1515

16-
- uses: actions/cache@v3.0.11
16+
- uses: actions/cache@v3.3.3
1717
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1818
with:
1919
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)