Skip to content

Commit 3aa5824

Browse files
chore(deps): update actions/cache action to v5
1 parent 877a339 commit 3aa5824

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v5
1111
- name: Cache global yarn cache
12-
uses: actions/cache@v4
12+
uses: actions/cache@v5
1313
with:
1414
path: /home/runner/.cache/yarn
1515
key: ${{ runner.OS }}-build-yarn-${{ hashFiles('yarn.lock') }}
1616
restore-keys: |
1717
${{ runner.OS }}-build-yarn-${{ env.cache-name }}-
1818
${{ runner.OS }}-build-yarn-
1919
- name: Cache dependencies
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: node_modules
2323
key: ${{ runner.OS }}-build-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)