Skip to content

Commit 55556f3

Browse files
build(deps): update actions/cache action to v6
1 parent 0ece103 commit 55556f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: yarn-cache-dir-path
2626
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
2727

28-
- uses: actions/cache@v5
28+
- uses: actions/cache@v6
2929
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3030
with:
3131
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)