Skip to content

Commit 3dca93d

Browse files
authored
Merge pull request #227 from BitGo/ai-221-update-actions-cache-v4-to-v5
ci: update actions/cache from v4 to v5
2 parents 18c91e3 + f5babf9 commit 3dca93d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'npm'
3030

3131
- name: Cache dependencies
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
id: node-modules-cache
3434
with:
3535
path: '**/node_modules'
@@ -58,7 +58,7 @@ jobs:
5858
cache: 'npm'
5959

6060
- name: Cache dependencies
61-
uses: actions/cache@v4
61+
uses: actions/cache@v5
6262
id: node-modules-cache
6363
with:
6464
path: '**/node_modules'
@@ -87,7 +87,7 @@ jobs:
8787
cache: 'npm'
8888

8989
- name: Cache dependencies
90-
uses: actions/cache@v4
90+
uses: actions/cache@v5
9191
id: node-modules-cache
9292
with:
9393
path: '**/node_modules'
@@ -116,7 +116,7 @@ jobs:
116116
cache: 'npm'
117117

118118
- name: Cache dependencies
119-
uses: actions/cache@v4
119+
uses: actions/cache@v5
120120
id: node-modules-cache
121121
with:
122122
path: '**/node_modules'
@@ -160,7 +160,7 @@ jobs:
160160
cache: 'npm'
161161

162162
- name: Cache dependencies
163-
uses: actions/cache@v4
163+
uses: actions/cache@v5
164164
id: node-modules-cache
165165
with:
166166
path: '**/node_modules'

0 commit comments

Comments
 (0)