Skip to content

Commit 5902072

Browse files
dependabot[bot]arturcic
authored andcommitted
Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) --- 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 8ff4a62 commit 5902072

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/ci.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-
4545
name: Cache cake frosting
4646
id: cache-cake
47-
uses: actions/[email protected].5
47+
uses: actions/[email protected].6
4848
with:
4949
path: run
5050
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -72,14 +72,14 @@ jobs:
7272
-
7373
name: Use cached cake frosting
7474
id: cache-cake
75-
uses: actions/[email protected].5
75+
uses: actions/[email protected].6
7676
with:
7777
path: run
7878
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
7979
-
8080
name: Use cached tools
8181
id: cache-tools
82-
uses: actions/[email protected].5
82+
uses: actions/[email protected].6
8383
with:
8484
path: tools
8585
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -123,14 +123,14 @@ jobs:
123123
-
124124
name: Use cached cake frosting
125125
id: cache-cake
126-
uses: actions/[email protected].5
126+
uses: actions/[email protected].6
127127
with:
128128
path: run
129129
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
130130
-
131131
name: Use cached tools
132132
id: cache-tools
133-
uses: actions/[email protected].5
133+
uses: actions/[email protected].6
134134
with:
135135
path: tools
136136
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -158,14 +158,14 @@ jobs:
158158
-
159159
name: Use cached cake frosting
160160
id: cache-cake
161-
uses: actions/[email protected].5
161+
uses: actions/[email protected].6
162162
with:
163163
path: run
164164
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
165165
-
166166
name: Use cached tools
167167
id: cache-tools
168-
uses: actions/[email protected].5
168+
uses: actions/[email protected].6
169169
with:
170170
path: tools
171171
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -200,14 +200,14 @@ jobs:
200200
-
201201
name: Use cached cake frosting
202202
id: cache-cake
203-
uses: actions/[email protected].5
203+
uses: actions/[email protected].6
204204
with:
205205
path: run
206206
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
207207
-
208208
name: Use cached tools
209209
id: cache-tools
210-
uses: actions/[email protected].5
210+
uses: actions/[email protected].6
211211
with:
212212
path: tools
213213
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -248,14 +248,14 @@ jobs:
248248
-
249249
name: Use cached cake frosting
250250
id: cache-cake
251-
uses: actions/[email protected].5
251+
uses: actions/[email protected].6
252252
with:
253253
path: run
254254
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
255255
-
256256
name: Use cached tools
257257
id: cache-tools
258-
uses: actions/[email protected].5
258+
uses: actions/[email protected].6
259259
with:
260260
path: tools
261261
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -311,14 +311,14 @@ jobs:
311311
-
312312
name: Use cached cake frosting
313313
id: cache-cake
314-
uses: actions/[email protected].5
314+
uses: actions/[email protected].6
315315
with:
316316
path: run
317317
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
318318
-
319319
name: Use cached tools
320320
id: cache-tools
321-
uses: actions/[email protected].5
321+
uses: actions/[email protected].6
322322
with:
323323
path: tools
324324
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -349,14 +349,14 @@ jobs:
349349
-
350350
name: Use cached cake frosting
351351
id: cache-cake
352-
uses: actions/[email protected].5
352+
uses: actions/[email protected].6
353353
with:
354354
path: run
355355
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
356356
-
357357
name: Use cached tools
358358
id: cache-tools
359-
uses: actions/[email protected].5
359+
uses: actions/[email protected].6
360360
with:
361361
path: tools
362362
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
-
2222
name: Cache cake frosting
2323
id: cache-cake
24-
uses: actions/[email protected].5
24+
uses: actions/[email protected].6
2525
with:
2626
path: run
2727
key: run-docs-${{ runner.os }}-${{ hashFiles('./build/**') }}

0 commit comments

Comments
 (0)