Skip to content

Commit 85d7e78

Browse files
Update actions/cache action to v5
1 parent 09e0f4b commit 85d7e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: yarn install --prefer-offline --frozen-lockfile
3434

3535
- name: Cache node_modules
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
id: cache-node-modules
3838
with:
3939
path: node_modules

0 commit comments

Comments
 (0)