Skip to content

Commit f7ffa3c

Browse files
Merge pull request #1104 from BitGo/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents d05339a + 683d2b8 commit f7ffa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
node-version: lts/*
6161

6262
- name: Cache node_modules
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
id: cache-node-modules
6565
with:
6666
path: node_modules

0 commit comments

Comments
 (0)