We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877a339 commit 3aa5824Copy full SHA for 3aa5824
1 file changed
.github/workflows/ci.yml
@@ -9,15 +9,15 @@ jobs:
9
steps:
10
- uses: actions/checkout@v5
11
- name: Cache global yarn cache
12
- uses: actions/cache@v4
+ uses: actions/cache@v5
13
with:
14
path: /home/runner/.cache/yarn
15
key: ${{ runner.OS }}-build-yarn-${{ hashFiles('yarn.lock') }}
16
restore-keys: |
17
${{ runner.OS }}-build-yarn-${{ env.cache-name }}-
18
${{ runner.OS }}-build-yarn-
19
- name: Cache dependencies
20
21
22
path: node_modules
23
key: ${{ runner.OS }}-build-${{ hashFiles('yarn.lock') }}
0 commit comments