Skip to content

Commit 5564596

Browse files
dependabot[bot]arturcic
authored andcommitted
(build deps): Bump actions/cache from 3.0.4 to 3.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6860475 commit 5564596

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/[email protected].4
53+
uses: actions/[email protected].5
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/[email protected].4
85+
uses: actions/[email protected].5
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/[email protected].4
92+
uses: actions/[email protected].5
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/[email protected].4
148+
uses: actions/[email protected].5
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/[email protected].4
155+
uses: actions/[email protected].5
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/[email protected].4
194+
uses: actions/[email protected].5
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/[email protected].4
201+
uses: actions/[email protected].5
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/[email protected].4
240+
uses: actions/[email protected].5
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/[email protected].4
247+
uses: actions/[email protected].5
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/[email protected].4
304+
uses: actions/[email protected].5
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/[email protected].4
311+
uses: actions/[email protected].5
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/[email protected].4
402+
uses: actions/[email protected].5
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/[email protected].4
409+
uses: actions/[email protected].5
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/[email protected].4
444+
uses: actions/[email protected].5
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/[email protected].4
451+
uses: actions/[email protected].5
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/[email protected].4
55+
uses: actions/[email protected].5
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/[email protected].4
48+
uses: actions/[email protected].5
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/[email protected].4
55+
uses: actions/[email protected].5
5656
with:
5757
path: tools
5858
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -63,7 +63,7 @@ jobs:
6363
-
6464
name: Cache Node Modules
6565
id: cache-node
66-
uses: actions/[email protected].4
66+
uses: actions/[email protected].5
6767
with:
6868
path: ${{ steps.cache-node-dir.outputs.dir }}
6969
key: node-${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
@@ -91,14 +91,14 @@ jobs:
9191
-
9292
name: Use cached cake frosting
9393
id: cache-cake
94-
uses: actions/[email protected].4
94+
uses: actions/[email protected].5
9595
with:
9696
path: run
9797
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
9898
-
9999
name: Use cached tools
100100
id: cache-tools
101-
uses: actions/[email protected].4
101+
uses: actions/[email protected].5
102102
with:
103103
path: tools
104104
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -148,14 +148,14 @@ jobs:
148148
-
149149
name: Use cached cake frosting
150150
id: cache-cake
151-
uses: actions/[email protected].4
151+
uses: actions/[email protected].5
152152
with:
153153
path: run
154154
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
155155
-
156156
name: Use cached tools
157157
id: cache-tools
158-
uses: actions/[email protected].4
158+
uses: actions/[email protected].5
159159
with:
160160
path: tools
161161
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}

0 commit comments

Comments
 (0)