Skip to content

Commit fc5b3ff

Browse files
authored
Merge pull request #3317 from GitTools/dependabot/github_actions/actions/cache-3.2.0
(build deps): Bump actions/cache from 3.0.11 to 3.2.0
2 parents 9623cc4 + eb31feb commit fc5b3ff

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.github/workflows/ci.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
-
5151
name: Cache cake frosting
5252
id: cache-cake
53-
uses: actions/cache@v3.0.11
53+
uses: actions/cache@v3.2.0
5454
with:
5555
path: run
5656
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -82,14 +82,14 @@ jobs:
8282
-
8383
name: Use cached cake frosting
8484
id: cache-cake
85-
uses: actions/cache@v3.0.11
85+
uses: actions/cache@v3.2.0
8686
with:
8787
path: run
8888
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
8989
-
9090
name: Use cached tools
9191
id: cache-tools
92-
uses: actions/cache@v3.0.11
92+
uses: actions/cache@v3.2.0
9393
with:
9494
path: tools
9595
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -145,14 +145,14 @@ jobs:
145145
-
146146
name: Use cached cake frosting
147147
id: cache-cake
148-
uses: actions/cache@v3.0.11
148+
uses: actions/cache@v3.2.0
149149
with:
150150
path: run
151151
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
152152
-
153153
name: Use cached tools
154154
id: cache-tools
155-
uses: actions/cache@v3.0.11
155+
uses: actions/cache@v3.2.0
156156
with:
157157
path: tools
158158
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -191,14 +191,14 @@ jobs:
191191
-
192192
name: Use cached cake frosting
193193
id: cache-cake
194-
uses: actions/cache@v3.0.11
194+
uses: actions/cache@v3.2.0
195195
with:
196196
path: run
197197
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
198198
-
199199
name: Use cached tools
200200
id: cache-tools
201-
uses: actions/cache@v3.0.11
201+
uses: actions/cache@v3.2.0
202202
with:
203203
path: tools
204204
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -237,14 +237,14 @@ jobs:
237237
-
238238
name: Use cached cake frosting
239239
id: cache-cake
240-
uses: actions/cache@v3.0.11
240+
uses: actions/cache@v3.2.0
241241
with:
242242
path: run
243243
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
244244
-
245245
name: Use cached tools
246246
id: cache-tools
247-
uses: actions/cache@v3.0.11
247+
uses: actions/cache@v3.2.0
248248
with:
249249
path: tools
250250
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -301,14 +301,14 @@ jobs:
301301
-
302302
name: Use cached cake frosting
303303
id: cache-cake
304-
uses: actions/cache@v3.0.11
304+
uses: actions/cache@v3.2.0
305305
with:
306306
path: run
307307
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
308308
-
309309
name: Use cached tools
310310
id: cache-tools
311-
uses: actions/cache@v3.0.11
311+
uses: actions/cache@v3.2.0
312312
with:
313313
path: tools
314314
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -399,14 +399,14 @@ jobs:
399399
-
400400
name: Use cached cake frosting
401401
id: cache-cake
402-
uses: actions/cache@v3.0.11
402+
uses: actions/cache@v3.2.0
403403
with:
404404
path: run
405405
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
406406
-
407407
name: Use cached tools
408408
id: cache-tools
409-
uses: actions/cache@v3.0.11
409+
uses: actions/cache@v3.2.0
410410
with:
411411
path: tools
412412
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -441,14 +441,14 @@ jobs:
441441
-
442442
name: Use cached cake frosting
443443
id: cache-cake
444-
uses: actions/cache@v3.0.11
444+
uses: actions/cache@v3.2.0
445445
with:
446446
path: run
447447
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
448448
-
449449
name: Use cached tools
450450
id: cache-tools
451-
uses: actions/cache@v3.0.11
451+
uses: actions/cache@v3.2.0
452452
with:
453453
path: tools
454454
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-
5353
name: Cache cake frosting
5454
id: cache-cake
55-
uses: actions/cache@v3.0.11
55+
uses: actions/cache@v3.2.0
5656
with:
5757
path: run
5858
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}

.github/workflows/docs.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
-
4646
name: Cache cake frosting
4747
id: cache-cake
48-
uses: actions/cache@v3.0.11
48+
uses: actions/cache@v3.2.0
4949
with:
5050
path: run
5151
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
5252
-
5353
name: Use cached tools
5454
id: cache-tools
55-
uses: actions/cache@v3.0.11
55+
uses: actions/cache@v3.2.0
5656
with:
5757
path: tools
5858
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -66,7 +66,7 @@ jobs:
6666
-
6767
name: Cache Node Modules
6868
id: cache-node
69-
uses: actions/cache@v3.0.11
69+
uses: actions/cache@v3.2.0
7070
with:
7171
path: ${{ steps.cache-node-dir.outputs.dir }}
7272
key: node-${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
@@ -94,14 +94,14 @@ jobs:
9494
-
9595
name: Use cached cake frosting
9696
id: cache-cake
97-
uses: actions/cache@v3.0.11
97+
uses: actions/cache@v3.2.0
9898
with:
9999
path: run
100100
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
101101
-
102102
name: Use cached tools
103103
id: cache-tools
104-
uses: actions/cache@v3.0.11
104+
uses: actions/cache@v3.2.0
105105
with:
106106
path: tools
107107
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -149,14 +149,14 @@ jobs:
149149
-
150150
name: Use cached cake frosting
151151
id: cache-cake
152-
uses: actions/cache@v3.0.11
152+
uses: actions/cache@v3.2.0
153153
with:
154154
path: run
155155
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
156156
-
157157
name: Use cached tools
158158
id: cache-tools
159-
uses: actions/cache@v3.0.11
159+
uses: actions/cache@v3.2.0
160160
with:
161161
path: tools
162162
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}

0 commit comments

Comments
 (0)