Skip to content

Commit ce9369d

Browse files
Merge pull request #6 from FabulousCodingFox/dependabot/github_actions/main/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents 149cb9e + 409b126 commit ce9369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Step 3: Cache Node.js dependencies
3535
- name: Cache Node.js modules and npm cache
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: |
3939
~/.npm

0 commit comments

Comments
 (0)