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 5b648ee commit be75ac3Copy full SHA for be75ac3
1 file changed
.github/workflows/CD.yml
@@ -50,7 +50,7 @@ jobs:
50
id: yarn-cache-dir-path
51
run: echo "::set-output name=dir::$(yarn cache dir)"
52
53
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
54
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
55
with:
56
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments