Skip to content

Commit 5699bdf

Browse files
build(deps): bump the dependencies group with 5 updates (#522)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `4.2.2` | `5.0.4` | | [actions/setup-go](https://github.com/actions/setup-go) | `6.3.0` | `6.4.0` | | [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) | `1.7.1` | `1.7.2` | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` | | [subosito/flutter-action](https://github.com/subosito/flutter-action) | `2.18.0` | `2.23.0` | Updates `actions/cache` from 4.2.2 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...6682284) Updates `actions/setup-go` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4b73464...4a36011) Updates `dart-lang/setup-dart` from 1.7.1 to 1.7.2 - [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@e51d8e5...65eb853) Updates `actions/checkout` from 4.2.2 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...de0fac2) Updates `subosito/flutter-action` from 2.18.0 to 2.23.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@f2c4f66...1a44944) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: dart-lang/setup-dart dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: subosito/flutter-action dependency-version: 2.23.0 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 d4c6e87 commit 5699bdf

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 3 additions & 3 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
20+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2121
with:
2222
path: "~/.pub-cache/hosted"
2323
key: "os:ubuntu-latest;pub-cache-hosted;dart:2.10.0;"
@@ -26,11 +26,11 @@ jobs:
2626
os:ubuntu-latest
2727
2828
- name: Setup Go
29-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
29+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
3030
with:
3131
go-version: '^1.16'
3232

33-
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
33+
- uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
3434
with:
3535
sdk: stable
3636
- run: dart --version

.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@d4323d4df104b026a6aa633fdb11d772146be0bf
23+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder;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@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
33+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
3434
with:
3535
sdk: "3.9.0"
3636
- id: checkout
3737
name: Checkout repository
38-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3939
- id: examples_fullstack_backend_pub_upgrade
4040
name: examples/fullstack/backend; dart pub upgrade
4141
run: dart pub upgrade
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: Cache Pub hosted dependencies
116-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
116+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
117117
with:
118118
path: "~/.pub-cache/hosted"
119119
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-integration_test;commands:format-analyze_0"
@@ -123,12 +123,12 @@ jobs:
123123
os:ubuntu-latest;pub-cache-hosted
124124
os:ubuntu-latest
125125
- name: Setup Dart SDK
126-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
126+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
127127
with:
128128
sdk: dev
129129
- id: checkout
130130
name: Checkout repository
131-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
131+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
132132
- id: examples_fullstack_backend_pub_upgrade
133133
name: examples/fullstack/backend; dart pub upgrade
134134
run: dart pub upgrade
@@ -251,7 +251,7 @@ jobs:
251251
runs-on: ubuntu-latest
252252
steps:
253253
- name: Cache Pub hosted dependencies
254-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
254+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
255255
with:
256256
path: "~/.pub-cache/hosted"
257257
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -261,12 +261,12 @@ jobs:
261261
os:ubuntu-latest;pub-cache-hosted
262262
os:ubuntu-latest
263263
- name: Setup Dart SDK
264-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
264+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
265265
with:
266266
sdk: dev
267267
- id: checkout
268268
name: Checkout repository
269-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
269+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
270270
- id: integration_test_pub_upgrade
271271
name: integration_test; dart pub upgrade
272272
run: dart pub upgrade
@@ -281,7 +281,7 @@ jobs:
281281
runs-on: ubuntu-latest
282282
steps:
283283
- name: Cache Pub hosted dependencies
284-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
284+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
285285
with:
286286
path: "~/.pub-cache/hosted"
287287
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend;commands:format-analyze_2"
@@ -291,12 +291,12 @@ jobs:
291291
os:ubuntu-latest;pub-cache-hosted
292292
os:ubuntu-latest
293293
- name: Setup Flutter SDK
294-
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
294+
uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2
295295
with:
296296
channel: stable
297297
- id: checkout
298298
name: Checkout repository
299-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
299+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
300300
- id: examples_fullstack_frontend_pub_upgrade
301301
name: examples/fullstack/frontend; flutter pub upgrade
302302
run: flutter pub upgrade

.github/workflows/unit.yml

Lines changed: 9 additions & 9 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@d4323d4df104b026a6aa633fdb11d772146be0bf
23+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2424
with:
2525
path: "~/.pub-cache/hosted"
2626
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:functions_framework_builder-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@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
33+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
3434
with:
3535
sdk: "3.9.0"
3636
- id: checkout
3737
name: Checkout repository
38-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3939
- id: functions_framework_builder_pub_upgrade
4040
name: functions_framework_builder; dart pub upgrade
4141
run: dart pub upgrade
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Cache Pub hosted dependencies
62-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
62+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
6363
with:
6464
path: "~/.pub-cache/hosted"
6565
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-integration_test;commands:test_0"
@@ -69,12 +69,12 @@ jobs:
6969
os:ubuntu-latest;pub-cache-hosted
7070
os:ubuntu-latest
7171
- name: Setup Dart SDK
72-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
72+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
7373
with:
7474
sdk: dev
7575
- id: checkout
7676
name: Checkout repository
77-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
77+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7878
- id: examples_fullstack_backend_pub_upgrade
7979
name: examples/fullstack/backend; dart pub upgrade
8080
run: dart pub upgrade
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
steps:
145145
- name: Cache Pub hosted dependencies
146-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
146+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
147147
with:
148148
path: "~/.pub-cache/hosted"
149149
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:functions_framework-integration_test;commands:test_1"
@@ -153,12 +153,12 @@ jobs:
153153
os:ubuntu-latest;pub-cache-hosted
154154
os:ubuntu-latest
155155
- name: Setup Dart SDK
156-
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
156+
uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260
157157
with:
158158
sdk: dev
159159
- id: checkout
160160
name: Checkout repository
161-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
161+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
162162
- id: functions_framework_pub_upgrade
163163
name: functions_framework; dart pub upgrade
164164
run: dart pub upgrade

0 commit comments

Comments
 (0)