Skip to content

Commit b1fff83

Browse files
renovate-botdanez
authored andcommitted
chore(deps): update actions/cache action to v3
1 parent 5bcf56c commit b1fff83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: 'yarn'
3131

3232
- name: Cache node_modules
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
id: cache-nodemodules
3535
with:
3636
path: node_modules
@@ -58,7 +58,7 @@ jobs:
5858
cache: 'yarn'
5959

6060
- name: Cache node_modules
61-
uses: actions/cache@v2
61+
uses: actions/cache@v3
6262
id: cache-nodemodules
6363
with:
6464
path: node_modules
@@ -91,7 +91,7 @@ jobs:
9191
cache: 'yarn'
9292

9393
- name: Cache node_modules
94-
uses: actions/cache@v2
94+
uses: actions/cache@v3
9595
id: cache-nodemodules
9696
with:
9797
path: node_modules
@@ -125,7 +125,7 @@ jobs:
125125
cache: 'yarn'
126126

127127
- name: Cache node_modules
128-
uses: actions/cache@v2
128+
uses: actions/cache@v3
129129
id: cache-nodemodules
130130
with:
131131
path: node_modules

0 commit comments

Comments
 (0)