Skip to content

Commit 015b7e3

Browse files
build(deps): bump the dependencies group with 5 updates (#488)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `4.0.2` | `4.2.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.1.0` | `5.2.0` | | [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) | `1.6.5` | `1.7.0` | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.2` | | [subosito/flutter-action](https://github.com/subosito/flutter-action) | `2.16.0` | `2.18.0` | Updates `actions/cache` from 4.0.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...1bd1e32) Updates `actions/setup-go` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) Updates `dart-lang/setup-dart` from 1.6.5 to 1.7.0 - [Release notes](https://github.com/dart-lang/setup-dart/releases) - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md) - [Commits](dart-lang/setup-dart@v1.6.5...e630b99) Updates `actions/checkout` from 4.1.7 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...11bd719) Updates `subosito/flutter-action` from 2.16.0 to 2.18.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@44ac965...f2c4f66) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfd52ff commit 015b7e3

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Cache Pub hosted dependencies
20-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
20+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
2121
with:
2222
path: "~/.pub-cache/hosted"
2323
key: "os:ubuntu-latest;pub-cache-hosted;dart:2.10.0;"
@@ -26,7 +26,7 @@ jobs:
2626
os:ubuntu-latest
2727
2828
- name: Setup Go
29-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
29+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
3030
with:
3131
go-version: '^1.16'
3232

.github/workflows/lint.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cache Pub hosted dependencies
23-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
23+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
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"
@@ -30,12 +30,12 @@ jobs:
3030
os:ubuntu-latest;pub-cache-hosted
3131
os:ubuntu-latest
3232
- name: Setup Dart SDK
33-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
33+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3434
with:
3535
sdk: "3.6.0"
3636
- id: checkout
3737
name: Checkout repository
38-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3939
- id: dartfn_pub_upgrade
4040
name: dartfn; dart pub upgrade
4141
run: dart pub upgrade
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ubuntu-latest
159159
steps:
160160
- name: Cache Pub hosted dependencies
161-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
161+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
162162
with:
163163
path: "~/.pub-cache/hosted"
164164
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"
@@ -168,12 +168,12 @@ jobs:
168168
os:ubuntu-latest;pub-cache-hosted
169169
os:ubuntu-latest
170170
- name: Setup Dart SDK
171-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
171+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
172172
with:
173173
sdk: dev
174174
- id: checkout
175175
name: Checkout repository
176-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
176+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
177177
- id: dartfn_pub_upgrade
178178
name: dartfn; dart pub upgrade
179179
run: dart pub upgrade
@@ -361,7 +361,7 @@ jobs:
361361
runs-on: ubuntu-latest
362362
steps:
363363
- name: Cache Pub hosted dependencies
364-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
364+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
365365
with:
366366
path: "~/.pub-cache/hosted"
367367
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -371,12 +371,12 @@ jobs:
371371
os:ubuntu-latest;pub-cache-hosted
372372
os:ubuntu-latest
373373
- name: Setup Dart SDK
374-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
374+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
375375
with:
376376
sdk: dev
377377
- id: checkout
378378
name: Checkout repository
379-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
379+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
380380
- id: integration_test_pub_upgrade
381381
name: integration_test; dart pub upgrade
382382
run: dart pub upgrade
@@ -391,7 +391,7 @@ jobs:
391391
runs-on: ubuntu-latest
392392
steps:
393393
- name: Cache Pub hosted dependencies
394-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
394+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
395395
with:
396396
path: "~/.pub-cache/hosted"
397397
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend;commands:format-analyze_2"
@@ -401,12 +401,12 @@ jobs:
401401
os:ubuntu-latest;pub-cache-hosted
402402
os:ubuntu-latest
403403
- name: Setup Flutter SDK
404-
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
404+
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
405405
with:
406406
channel: stable
407407
- id: checkout
408408
name: Checkout repository
409-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
409+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
410410
- id: examples_fullstack_frontend_pub_upgrade
411411
name: examples/fullstack/frontend; flutter pub upgrade
412412
run: flutter pub upgrade

.github/workflows/unit.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cache Pub hosted dependencies
23-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
23+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:dartfn-functions_framework_builder-google_cloud-integration_test;commands:test_0"
@@ -30,12 +30,12 @@ jobs:
3030
os:ubuntu-latest;pub-cache-hosted
3131
os:ubuntu-latest
3232
- name: Setup Dart SDK
33-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
33+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3434
with:
3535
sdk: "3.6.0"
3636
- id: checkout
3737
name: Checkout repository
38-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3939
- id: dartfn_pub_upgrade
4040
name: dartfn; dart pub upgrade
4141
run: dart pub upgrade
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Cache Pub hosted dependencies
80-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
80+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
8181
with:
8282
path: "~/.pub-cache/hosted"
8383
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:command"
@@ -87,12 +87,12 @@ jobs:
8787
os:ubuntu-latest;pub-cache-hosted
8888
os:ubuntu-latest
8989
- name: Setup Dart SDK
90-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
90+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
9191
with:
9292
sdk: "3.6.0"
9393
- id: checkout
9494
name: Checkout repository
95-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
95+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9696
- id: google_cloud_pub_upgrade
9797
name: google_cloud; dart pub upgrade
9898
run: dart pub upgrade
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Cache Pub hosted dependencies
110-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
110+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
111111
with:
112112
path: "~/.pub-cache/hosted"
113113
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-google_cloud-integration_test;commands:test_0"
@@ -117,12 +117,12 @@ jobs:
117117
os:ubuntu-latest;pub-cache-hosted
118118
os:ubuntu-latest
119119
- name: Setup Dart SDK
120-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
120+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
121121
with:
122122
sdk: dev
123123
- id: checkout
124124
name: Checkout repository
125-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
125+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
126126
- id: dartfn_pub_upgrade
127127
name: dartfn; dart pub upgrade
128128
run: dart pub upgrade
@@ -236,7 +236,7 @@ jobs:
236236
runs-on: ubuntu-latest
237237
steps:
238238
- name: Cache Pub hosted dependencies
239-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
239+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
240240
with:
241241
path: "~/.pub-cache/hosted"
242242
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework-integration_test;commands:test_1"
@@ -246,12 +246,12 @@ jobs:
246246
os:ubuntu-latest;pub-cache-hosted
247247
os:ubuntu-latest
248248
- name: Setup Dart SDK
249-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
249+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
250250
with:
251251
sdk: dev
252252
- id: checkout
253253
name: Checkout repository
254-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
254+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
255255
- id: dartfn_pub_upgrade
256256
name: dartfn; dart pub upgrade
257257
run: dart pub upgrade
@@ -284,7 +284,7 @@ jobs:
284284
runs-on: macos-latest
285285
steps:
286286
- name: Cache Pub hosted dependencies
287-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
287+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
288288
with:
289289
path: "~/.pub-cache/hosted"
290290
key: "os:macos-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:test_0"
@@ -294,12 +294,12 @@ jobs:
294294
os:macos-latest;pub-cache-hosted
295295
os:macos-latest
296296
- name: Setup Dart SDK
297-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
297+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
298298
with:
299299
sdk: "3.6.0"
300300
- id: checkout
301301
name: Checkout repository
302-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
302+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
303303
- id: google_cloud_pub_upgrade
304304
name: google_cloud; dart pub upgrade
305305
run: dart pub upgrade
@@ -314,7 +314,7 @@ jobs:
314314
runs-on: macos-latest
315315
steps:
316316
- name: Cache Pub hosted dependencies
317-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
317+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
318318
with:
319319
path: "~/.pub-cache/hosted"
320320
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud;commands:test_0"
@@ -324,12 +324,12 @@ jobs:
324324
os:macos-latest;pub-cache-hosted
325325
os:macos-latest
326326
- name: Setup Dart SDK
327-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
327+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
328328
with:
329329
sdk: dev
330330
- id: checkout
331331
name: Checkout repository
332-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
332+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
333333
- id: google_cloud_pub_upgrade
334334
name: google_cloud; dart pub upgrade
335335
run: dart pub upgrade
@@ -344,12 +344,12 @@ jobs:
344344
runs-on: windows-latest
345345
steps:
346346
- name: Setup Dart SDK
347-
uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
347+
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
348348
with:
349349
sdk: dev
350350
- id: checkout
351351
name: Checkout repository
352-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
352+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
353353
- id: google_cloud_pub_upgrade
354354
name: google_cloud; dart pub upgrade
355355
run: dart pub upgrade

0 commit comments

Comments
 (0)