We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4274d commit 597700bCopy full SHA for 597700b
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Get yarn cache directory path
28
id: yarn-cache-dir-path
29
run: echo "::set-output name=dir::$(yarn cache dir)"
30
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
31
with:
32
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
33
key: ${{ runner.os }}-yarn-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
0 commit comments