We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d4007 commit 6cff9e3Copy full SHA for 6cff9e3
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
run: echo "::set-output name=dir::$(yarn cache dir)"
51
52
- name: JS package cache
53
- uses: actions/cache@v3
+ uses: actions/cache@v4
54
with:
55
path: ${{ steps.yarn-cache.outputs.dir }}
56
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments