Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfd52ff

Browse files
authoredDec 27, 2024··
chore: bump latest deps (#487)
1 parent 9a1a73a commit cfd52ff

File tree

30 files changed

+110
-155
lines changed

30 files changed

+110
-155
lines changed
 

‎.github/workflows/lint.yml

Lines changed: 25 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -16,49 +16,26 @@ permissions: read-all
1616

1717
jobs:
1818
job_001:
19-
name: mono_repo self validate
19+
name: "analyze_format; Dart 3.6.0; PKGS: dartfn, dartfn/templates/cloudevent, dartfn/templates/helloworld, dartfn/templates/json, examples/fullstack/backend, examples/fullstack/frontend-cli, examples/hello, examples/json, examples/protobuf_firestore, examples/raw_cloudevent, functions_framework, functions_framework_builder, google_cloud; `dart analyze`"
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cache Pub hosted dependencies
23-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
23+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
2424
with:
2525
path: "~/.pub-cache/hosted"
26-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
26+
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud;commands:analyze_1"
2727
restore-keys: |
28+
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud
29+
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0
2830
os:ubuntu-latest;pub-cache-hosted
2931
os:ubuntu-latest
3032
- name: Setup Dart SDK
31-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
33+
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
3234
with:
33-
sdk: stable
35+
sdk: "3.6.0"
3436
- id: checkout
3537
name: Checkout repository
36-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37-
- name: mono_repo self validate
38-
run: dart pub global activate mono_repo 6.6.2
39-
- name: mono_repo self validate
40-
run: dart pub global run mono_repo generate --validate
41-
job_002:
42-
name: "analyze_format; Dart 3.5.0; PKGS: dartfn, dartfn/templates/cloudevent, dartfn/templates/helloworld, dartfn/templates/json, examples/fullstack/backend, examples/fullstack/frontend-cli, examples/hello, examples/json, examples/protobuf_firestore, examples/raw_cloudevent, functions_framework, functions_framework_builder, google_cloud; `dart analyze`"
43-
runs-on: ubuntu-latest
44-
steps:
45-
- name: Cache Pub hosted dependencies
46-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
47-
with:
48-
path: "~/.pub-cache/hosted"
49-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud;commands:analyze_1"
50-
restore-keys: |
51-
os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud
52-
os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0
53-
os:ubuntu-latest;pub-cache-hosted
54-
os:ubuntu-latest
55-
- name: Setup Dart SDK
56-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
57-
with:
58-
sdk: "3.5.0"
59-
- id: checkout
60-
name: Checkout repository
61-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
6239
- id: dartfn_pub_upgrade
6340
name: dartfn; dart pub upgrade
6441
run: dart pub upgrade
@@ -176,12 +153,12 @@ jobs:
176153
run: dart analyze
177154
if: "always() && steps.google_cloud_pub_upgrade.conclusion == 'success'"
178155
working-directory: google_cloud
179-
job_003:
156+
job_002:
180157
name: "analyze_format; Dart dev; PKGS: dartfn, dartfn/templates/cloudevent, dartfn/templates/helloworld, dartfn/templates/json, examples/fullstack/backend, examples/fullstack/frontend-cli, examples/hello, examples/json, examples/protobuf_firestore, examples/raw_cloudevent, functions_framework, functions_framework_builder, google_cloud, integration_test; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos`"
181158
runs-on: ubuntu-latest
182159
steps:
183160
- name: Cache Pub hosted dependencies
184-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
161+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
185162
with:
186163
path: "~/.pub-cache/hosted"
187164
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud-integration_test;commands:format-analyze_0"
@@ -191,12 +168,12 @@ jobs:
191168
os:ubuntu-latest;pub-cache-hosted
192169
os:ubuntu-latest
193170
- name: Setup Dart SDK
194-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
171+
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
195172
with:
196173
sdk: dev
197174
- id: checkout
198175
name: Checkout repository
199-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
176+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
200177
- id: dartfn_pub_upgrade
201178
name: dartfn; dart pub upgrade
202179
run: dart pub upgrade
@@ -379,12 +356,12 @@ jobs:
379356
run: dart analyze --fatal-infos
380357
if: "always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
381358
working-directory: integration_test
382-
job_004:
359+
job_003:
383360
name: "analyze_format; Dart dev; PKG: integration_test; `dart analyze`"
384361
runs-on: ubuntu-latest
385362
steps:
386363
- name: Cache Pub hosted dependencies
387-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
364+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
388365
with:
389366
path: "~/.pub-cache/hosted"
390367
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -394,12 +371,12 @@ jobs:
394371
os:ubuntu-latest;pub-cache-hosted
395372
os:ubuntu-latest
396373
- name: Setup Dart SDK
397-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
374+
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
398375
with:
399376
sdk: dev
400377
- id: checkout
401378
name: Checkout repository
402-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
379+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
403380
- id: integration_test_pub_upgrade
404381
name: integration_test; dart pub upgrade
405382
run: dart pub upgrade
@@ -409,27 +386,27 @@ jobs:
409386
run: dart analyze
410387
if: "always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
411388
working-directory: integration_test
412-
job_005:
413-
name: "analyze_format; Flutter master; PKG: examples/fullstack/frontend; `dart format --output=none --set-exit-if-changed .`, `flutter analyze --fatal-infos`"
389+
job_004:
390+
name: "analyze_format; Flutter stable; PKG: examples/fullstack/frontend; `dart format --output=none --set-exit-if-changed .`, `flutter analyze --fatal-infos`"
414391
runs-on: ubuntu-latest
415392
steps:
416393
- name: Cache Pub hosted dependencies
417-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
394+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
418395
with:
419396
path: "~/.pub-cache/hosted"
420-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:master;packages:examples/fullstack/frontend;commands:format-analyze_2"
397+
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend;commands:format-analyze_2"
421398
restore-keys: |
422-
os:ubuntu-latest;pub-cache-hosted;sdk:master;packages:examples/fullstack/frontend
423-
os:ubuntu-latest;pub-cache-hosted;sdk:master
399+
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend
400+
os:ubuntu-latest;pub-cache-hosted;sdk:stable
424401
os:ubuntu-latest;pub-cache-hosted
425402
os:ubuntu-latest
426403
- name: Setup Flutter SDK
427-
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
404+
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
428405
with:
429-
channel: master
406+
channel: stable
430407
- id: checkout
431408
name: Checkout repository
432-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
409+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
433410
- id: examples_fullstack_frontend_pub_upgrade
434411
name: examples/fullstack/frontend; flutter pub upgrade
435412
run: flutter pub upgrade
@@ -443,33 +420,3 @@ jobs:
443420
run: flutter analyze --fatal-infos
444421
if: "always() && steps.examples_fullstack_frontend_pub_upgrade.conclusion == 'success'"
445422
working-directory: examples/fullstack/frontend
446-
job_006:
447-
name: "analyze_format; Flutter stable; PKG: examples/fullstack/frontend; `flutter analyze`"
448-
runs-on: ubuntu-latest
449-
steps:
450-
- name: Cache Pub hosted dependencies
451-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
452-
with:
453-
path: "~/.pub-cache/hosted"
454-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend;commands:analyze_3"
455-
restore-keys: |
456-
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend
457-
os:ubuntu-latest;pub-cache-hosted;sdk:stable
458-
os:ubuntu-latest;pub-cache-hosted
459-
os:ubuntu-latest
460-
- name: Setup Flutter SDK
461-
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
462-
with:
463-
channel: stable
464-
- id: checkout
465-
name: Checkout repository
466-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
467-
- id: examples_fullstack_frontend_pub_upgrade
468-
name: examples/fullstack/frontend; flutter pub upgrade
469-
run: flutter pub upgrade
470-
if: "always() && steps.checkout.conclusion == 'success'"
471-
working-directory: examples/fullstack/frontend
472-
- name: examples/fullstack/frontend; flutter analyze
473-
run: flutter analyze
474-
if: "always() && steps.examples_fullstack_frontend_pub_upgrade.conclusion == 'success'"
475-
working-directory: examples/fullstack/frontend

0 commit comments

Comments
 (0)
Please sign in to comment.