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 6761714 commit 0f10fd4Copy full SHA for 0f10fd4
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
id: yarn-cache-dir-path
37
run: echo "::set-output name=dir::$(yarn cache dir)"
38
39
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
40
id: yarn-cache
41
with:
42
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments