We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3bcf9 commit 7023f18Copy full SHA for 7023f18
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
id: yarn-cache-dir-path
19
run: echo "::set-output name=dir::$(yarn cache dir)"
20
21
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
22
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
23
with:
24
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
.github/workflows/publish.yml
100755
100644
@@ -17,7 +17,7 @@ jobs:
17
0 commit comments