We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9989044 + 03ea9b1 commit 1f67ca5Copy full SHA for 1f67ca5
.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