Skip to content

Commit 0cf6416

Browse files
Merge pull request #463 from containers/renovate/actions-cache-5.x
[skip-ci] Update actions/cache action to v5
2 parents 73b0258 + f35776f commit 0cf6416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Get yarn cache directory path
2222
id: yarn-cache-dir-path
2323
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
24-
- uses: actions/cache@v4
24+
- uses: actions/cache@v5
2525
id: yarn-cache
2626
with:
2727
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)