We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ca6d4 commit 7536090Copy full SHA for 7536090
.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
@@ -17,7 +17,7 @@ jobs:
17
0 commit comments