We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59329c4 commit 446e10aCopy full SHA for 446e10a
.github/workflows/gh-pages.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version-file: '.node-version'
20
21
- name: Cache dependencies
22
- uses: actions/cache@v1
+ uses: actions/cache@v4
23
with:
24
path: ~/.yarn
25
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
0 commit comments