Skip to content

Commit a67bbb3

Browse files
Bump actions/cache from 3.2.4 to 3.2.6 (#804)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@627f0f4...69d9d44) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75bc380 commit a67bbb3

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/dart.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.5.0
1+
# Created with package:mono_repo v6.5.1
22
name: Dart CI
33
on:
44
push:
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cache Pub hosted dependencies
23-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
23+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -35,15 +35,15 @@ jobs:
3535
name: Checkout repository
3636
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3737
- name: mono_repo self validate
38-
run: dart pub global activate mono_repo 6.5.0
38+
run: dart pub global activate mono_repo 6.5.1
3939
- name: mono_repo self validate
4040
run: dart pub global run mono_repo generate --validate
4141
job_002:
4242
name: "format_analyze; linux; Dart 2.12.0; PKG: protobuf; `dart analyze lib`, `dart analyze test`"
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Cache Pub hosted dependencies
46-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
46+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
4747
with:
4848
path: "~/.pub-cache/hosted"
4949
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:analyze_1-analyze_2"
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Cache Pub hosted dependencies
80-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
80+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
8181
with:
8282
path: "~/.pub-cache/hosted"
8383
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:api_benchmark;commands:format-command_0-command_1-analyze_0"
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
steps:
121121
- name: Cache Pub hosted dependencies
122-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
122+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
123123
with:
124124
path: "~/.pub-cache/hosted"
125125
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:benchmarks;commands:format-command_0-command_2-analyze_0"
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-latest
162162
steps:
163163
- name: Cache Pub hosted dependencies
164-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
164+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
165165
with:
166166
path: "~/.pub-cache/hosted"
167167
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:format-analyze_0"
@@ -195,7 +195,7 @@ jobs:
195195
runs-on: ubuntu-latest
196196
steps:
197197
- name: Cache Pub hosted dependencies
198-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
198+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
199199
with:
200200
path: "~/.pub-cache/hosted"
201201
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin;commands:format-command_0-command_3-analyze_3"
@@ -237,7 +237,7 @@ jobs:
237237
runs-on: ubuntu-latest
238238
steps:
239239
- name: Cache Pub hosted dependencies
240-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
240+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
241241
with:
242242
path: "~/.pub-cache/hosted"
243243
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:test_0"
@@ -274,7 +274,7 @@ jobs:
274274
runs-on: ubuntu-latest
275275
steps:
276276
- name: Cache Pub hosted dependencies
277-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
277+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
278278
with:
279279
path: "~/.pub-cache/hosted"
280280
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:protoc_plugin;commands:command_0-command_3-test_0"
@@ -319,7 +319,7 @@ jobs:
319319
runs-on: ubuntu-latest
320320
steps:
321321
- name: Cache Pub hosted dependencies
322-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
322+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
323323
with:
324324
path: "~/.pub-cache/hosted"
325325
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:test_0"
@@ -356,7 +356,7 @@ jobs:
356356
runs-on: ubuntu-latest
357357
steps:
358358
- name: Cache Pub hosted dependencies
359-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
359+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
360360
with:
361361
path: "~/.pub-cache/hosted"
362362
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin;commands:command_0-command_3-test_0"
@@ -401,7 +401,7 @@ jobs:
401401
runs-on: macos-latest
402402
steps:
403403
- name: Cache Pub hosted dependencies
404-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
404+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
405405
with:
406406
path: "~/.pub-cache/hosted"
407407
key: "os:macos-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:test_0"
@@ -438,7 +438,7 @@ jobs:
438438
runs-on: macos-latest
439439
steps:
440440
- name: Cache Pub hosted dependencies
441-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
441+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
442442
with:
443443
path: "~/.pub-cache/hosted"
444444
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:test_0"
@@ -529,7 +529,7 @@ jobs:
529529
runs-on: ubuntu-latest
530530
steps:
531531
- name: Cache Pub hosted dependencies
532-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
532+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
533533
with:
534534
path: "~/.pub-cache/hosted"
535535
key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.17.0;packages:protoc_plugin;commands:command_0-command_3-test_1"

tool/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v6.5.0
2+
# Created with package:mono_repo v6.5.1
33

44
# Support built in commands on windows out of the box.
55
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")

0 commit comments

Comments
 (0)