Skip to content

Commit a670035

Browse files
Merge pull request #147 from TheDragonCode/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 58475f7 + a2e9a6c commit a670035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4
2828

2929
- name: Cache dependencies
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
id: npm-cache
3232
with:
3333
path: |

0 commit comments

Comments
 (0)