Skip to content

Commit f35776f

Browse files
[skip-ci] Update actions/cache action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73b0258 commit f35776f

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)