Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit bc35e92

Browse files
chore(deps): update actions/cache action to v4
1 parent 677bc00 commit bc35e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616

1717
- name: Turbo Cache
1818
id: turbo-cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: .turbo
2222
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}

0 commit comments

Comments
 (0)