Skip to content

Commit dfa2b21

Browse files
dependabot[bot]arturcic
authored andcommitted
(build deps): Bump actions/cache from 3.0.1 to 3.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- 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 883f02d commit dfa2b21

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-
4747
name: Cache cake frosting
4848
id: cache-cake
49-
uses: actions/[email protected].1
49+
uses: actions/[email protected].2
5050
with:
5151
path: run
5252
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -78,14 +78,14 @@ jobs:
7878
-
7979
name: Use cached cake frosting
8080
id: cache-cake
81-
uses: actions/[email protected].1
81+
uses: actions/[email protected].2
8282
with:
8383
path: run
8484
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
8585
-
8686
name: Use cached tools
8787
id: cache-tools
88-
uses: actions/[email protected].1
88+
uses: actions/[email protected].2
8989
with:
9090
path: tools
9191
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -141,14 +141,14 @@ jobs:
141141
-
142142
name: Use cached cake frosting
143143
id: cache-cake
144-
uses: actions/[email protected].1
144+
uses: actions/[email protected].2
145145
with:
146146
path: run
147147
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
148148
-
149149
name: Use cached tools
150150
id: cache-tools
151-
uses: actions/[email protected].1
151+
uses: actions/[email protected].2
152152
with:
153153
path: tools
154154
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -180,14 +180,14 @@ jobs:
180180
-
181181
name: Use cached cake frosting
182182
id: cache-cake
183-
uses: actions/[email protected].1
183+
uses: actions/[email protected].2
184184
with:
185185
path: run
186186
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
187187
-
188188
name: Use cached tools
189189
id: cache-tools
190-
uses: actions/[email protected].1
190+
uses: actions/[email protected].2
191191
with:
192192
path: tools
193193
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -226,14 +226,14 @@ jobs:
226226
-
227227
name: Use cached cake frosting
228228
id: cache-cake
229-
uses: actions/[email protected].1
229+
uses: actions/[email protected].2
230230
with:
231231
path: run
232232
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
233233
-
234234
name: Use cached tools
235235
id: cache-tools
236-
uses: actions/[email protected].1
236+
uses: actions/[email protected].2
237237
with:
238238
path: tools
239239
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -290,14 +290,14 @@ jobs:
290290
-
291291
name: Use cached cake frosting
292292
id: cache-cake
293-
uses: actions/[email protected].1
293+
uses: actions/[email protected].2
294294
with:
295295
path: run
296296
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
297297
-
298298
name: Use cached tools
299299
id: cache-tools
300-
uses: actions/[email protected].1
300+
uses: actions/[email protected].2
301301
with:
302302
path: tools
303303
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -388,14 +388,14 @@ jobs:
388388
-
389389
name: Use cached cake frosting
390390
id: cache-cake
391-
uses: actions/[email protected].1
391+
uses: actions/[email protected].2
392392
with:
393393
path: run
394394
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
395395
-
396396
name: Use cached tools
397397
id: cache-tools
398-
uses: actions/[email protected].1
398+
uses: actions/[email protected].2
399399
with:
400400
path: tools
401401
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -430,14 +430,14 @@ jobs:
430430
-
431431
name: Use cached cake frosting
432432
id: cache-cake
433-
uses: actions/[email protected].1
433+
uses: actions/[email protected].2
434434
with:
435435
path: run
436436
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
437437
-
438438
name: Use cached tools
439439
id: cache-tools
440-
uses: actions/[email protected].1
440+
uses: actions/[email protected].2
441441
with:
442442
path: tools
443443
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
-
4646
name: Cache cake frosting
4747
id: cache-cake
48-
uses: actions/[email protected].1
48+
uses: actions/[email protected].2
4949
with:
5050
path: run
5151
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}

.github/workflows/docs.yml

Lines changed: 7 additions & 7 deletions
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].1
48+
uses: actions/[email protected].2
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].1
55+
uses: actions/[email protected].2
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].1
66+
uses: actions/[email protected].2
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].1
94+
uses: actions/[email protected].2
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].1
101+
uses: actions/[email protected].2
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].1
151+
uses: actions/[email protected].2
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].1
158+
uses: actions/[email protected].2
159159
with:
160160
path: tools
161161
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}

0 commit comments

Comments
 (0)