We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca5c69 commit 428867aCopy full SHA for 428867a
.github/workflows/push.yml
@@ -13,7 +13,7 @@ jobs:
13
id: yarn-cache-dir-path
14
run: echo "::set-output name=dir::$(yarn cache dir)"
15
16
- - uses: actions/cache@v3.0.11
+ - uses: actions/cache@v3.3.2
17
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
18
with:
19
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments