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 25a0bbd commit 5d8c48aCopy full SHA for 5d8c48a
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
node-version: ${{ matrix.node }}
46
47
- name: Load Yarn cache
48
- uses: actions/cache@v3
+ uses: actions/cache@v4
49
with:
50
path: ${{ steps.yarn-cache.outputs.dir }}
51
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments