We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6df53 commit 03ea9b1Copy full SHA for 03ea9b1
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
node-version: ${{ matrix.node }}
46
47
- name: Load Yarn cache
48
- uses: actions/cache@v2
+ uses: actions/cache@v3
49
with:
50
path: ${{ steps.yarn-cache.outputs.dir }}
51
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments