Skip to content

Commit a7a8735

Browse files
authored
Merge pull request #348 from Instadapp/chore/upgrade-workflows
fix: upgrade actions/cache to v4
2 parents 29a6a22 + 180447e commit a7a8735

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323

2424
- name: Use Cache
25-
uses: actions/cache@v2
25+
uses: actions/cache@v4
2626
with:
2727
path: |
2828
node_modules

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424

2525
- name: Use Cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: |
2929
node_modules

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222

2323
- name: Use Cache
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: |
2727
node_modules

0 commit comments

Comments
 (0)