Skip to content

Commit d6b469b

Browse files
authored
Merge pull request #299 from researchgate/renovate/master-actions-cache-3.x
chore(deps): update actions/cache action to v3 (master)
2 parents 73c9f1e + bf81401 commit d6b469b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ env.NODE_VERSION }}
2525

2626
- name: Cache node_modules
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
id: cache-nodemodules
2929
with:
3030
path: node_modules
@@ -59,7 +59,7 @@ jobs:
5959
node-version: ${{ env.NODE_VERSION }}
6060

6161
- name: Cache node_modules
62-
uses: actions/cache@v2
62+
uses: actions/cache@v3
6363
id: cache-nodemodules
6464
with:
6565
path: node_modules
@@ -94,7 +94,7 @@ jobs:
9494
node-version: ${{ env.NODE_VERSION }}
9595

9696
- name: Cache node_modules
97-
uses: actions/cache@v2
97+
uses: actions/cache@v3
9898
id: cache-nodemodules
9999
with:
100100
path: node_modules

0 commit comments

Comments
 (0)