We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000db7c commit 38b8a6fCopy full SHA for 38b8a6f
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "::set-output name=dir::$(yarn cache dir)"
23
24
- name: Cache dependencies
25
- uses: actions/cache@v4
+ uses: actions/cache@v5
26
with:
27
path: ${{ steps.yarn-cache.outputs.dir }}
28
key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }}
.github/workflows/release.yml
0 commit comments