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 bbf04d0 commit c7d00d8Copy full SHA for c7d00d8
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
run: echo "::set-output name=dir::$(yarn cache dir)"
97
98
- name: Cache Yarn
99
- uses: actions/cache@v2
+ uses: actions/cache@v4
100
with:
101
path: ${{ steps.yarn-cache.outputs.dir }}
102
key: ${{ runner.os }}-node-${{ matrix.node }}-yarn-${{ hashFiles('**/package.json **/yarn.lock') }}
0 commit comments