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.
2 parents b0eb4c6 + 160502e commit 5976d93Copy full SHA for 5976d93
1 file changed
.github/workflows/cache.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v6
12
13
- name: Cache dependencies
14
- uses: actions/cache@v4
+ uses: actions/cache@v5
15
id: cache
16
with:
17
path: |
@@ -38,7 +38,7 @@ jobs:
38
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
39
40
41
42
43
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
44
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments