Skip to content

Commit 14b076b

Browse files
Update actions/cache action to v5
1 parent 79e4988 commit 14b076b

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)