Skip to content

Commit c989e4a

Browse files
Update actions/cache action to v5
1 parent a0eb08b commit c989e4a

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
@@ -7,7 +7,7 @@ runs:
77
- uses: actions/setup-node@v6
88
with:
99
node-version: 24.x
10-
- uses: actions/cache@v4
10+
- uses: actions/cache@v5
1111
id: cache
1212
with:
1313
path: '**/node_modules'

0 commit comments

Comments
 (0)