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 f249376 commit 47f9736Copy full SHA for 47f9736
.github/workflows/pr.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Restore yarn cache
31
id: yarn-cache
32
- uses: actions/cache@v1
+ uses: actions/cache@v4
33
with:
34
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
35
key: ${{ matrix.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments