Skip to content

Commit 2f3f7bb

Browse files
authored
Merge pull request #663 from BitGo/3f6edependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents 105bb38 + a862063 commit 2f3f7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
node-version: lts/*
6363

6464
- name: Cache node_modules
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
id: cache-node-modules
6767
with:
6868
path: node_modules

0 commit comments

Comments
 (0)