Skip to content

Commit cb09ebd

Browse files
authored
Merge pull request #243 from gmsgowtham/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 9f856d9 + a15bd92 commit cb09ebd

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
@@ -11,7 +11,7 @@ runs:
1111

1212
- name: Cache dependencies
1313
id: yarn-cache
14-
uses: actions/cache@v3
14+
uses: actions/cache@v4
1515
with:
1616
path: |
1717
**/node_modules

0 commit comments

Comments
 (0)