Skip to content

Commit a5345f9

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ env.NODE_VERSION }}
2727

2828
- name: Cache node_modules
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
id: cache-nodemodules
3131
with:
3232
path: node_modules
@@ -56,7 +56,7 @@ jobs:
5656
node-version: ${{ env.NODE_VERSION }}
5757

5858
- name: Cache node_modules
59-
uses: actions/cache@v2
59+
uses: actions/cache@v3
6060
id: cache-nodemodules
6161
with:
6262
path: node_modules
@@ -84,7 +84,7 @@ jobs:
8484
node-version: ${{ env.NODE_VERSION }}
8585

8686
- name: Cache node_modules
87-
uses: actions/cache@v2
87+
uses: actions/cache@v3
8888
id: cache-nodemodules
8989
with:
9090
path: node_modules
@@ -115,7 +115,7 @@ jobs:
115115
node-version: ${{ env.NODE_VERSION }}
116116

117117
- name: Cache node_modules
118-
uses: actions/cache@v2
118+
uses: actions/cache@v3
119119
id: cache-nodemodules
120120
with:
121121
path: node_modules
@@ -146,7 +146,7 @@ jobs:
146146
node-version: ${{ env.NODE_VERSION }}
147147

148148
- name: Cache node_modules
149-
uses: actions/cache@v2
149+
uses: actions/cache@v3
150150
id: cache-nodemodules
151151
with:
152152
path: node_modules

0 commit comments

Comments
 (0)