We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87b0c3 commit be23f06Copy full SHA for be23f06
.github/workflows/deploy-website.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
39
40
- name: Restore yarn cache
41
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4.0.2
42
with:
43
path: ${{ steps.yarn.outputs.dir }}
44
key: ${{ runner.os }}-yarn-${{ hashFiles(format('{0}{1}', github.workspace, '/website/yarn.lock')) }}
0 commit comments