Skip to content

Commit 3dd2d7f

Browse files
feat(deps): update actions/cache action to v5
1 parent c01c31f commit 3dd2d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: git checkout
1717
uses: actions/checkout@v6
1818
- name: yarn cache
19-
uses: actions/cache@v4
19+
uses: actions/cache@v5
2020
with:
2121
path: ~/.yarn/berry/cache
2222
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
@@ -36,7 +36,7 @@ jobs:
3636
- name: git checkout
3737
uses: actions/checkout@v6
3838
- name: yarn cache
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: ~/.yarn/berry/cache
4242
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}

0 commit comments

Comments
 (0)