Skip to content

Commit 3a471b8

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent f323844 commit 3a471b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
3434

3535
- name: Restore yarn cache
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
id: yarn-cache
3838
with:
3939
path: ${{steps.yarn-cache-dir-path.outputs.dir}}

0 commit comments

Comments
 (0)