Skip to content

Commit 9a9e563

Browse files
build(deps): bump the dependencies group across 1 directory with 4 updates (#490)
Bumps the dependencies group with 4 updates in the / directory: [actions/cache](https://github.com/actions/cache), [actions/setup-go](https://github.com/actions/setup-go), [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) and [actions/stale](https://github.com/actions/stale). Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) Updates `actions/setup-go` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) Updates `dart-lang/setup-dart` from 1.7.0 to 1.7.1 - [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@e630b99...e51d8e5) Updates `actions/stale` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@28ca103...5bef64f) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch 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-patch dependency-group: dependencies - dependency-name: actions/stale 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 015b7e3 commit 9a9e563

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.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@1bd1e32a3bdc45362d1e726936510720a7c30a57
20+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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@3041bf56c941b39c61721a86cd11f3bb1338122a
29+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
3030
with:
3131
go-version: '^1.16'
3232

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

.github/workflows/lint.yml

Lines changed: 7 additions & 7 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@1bd1e32a3bdc45362d1e726936510720a7c30a57
23+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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,7 +30,7 @@ jobs:
3030
os:ubuntu-latest;pub-cache-hosted
3131
os:ubuntu-latest
3232
- name: Setup Dart SDK
33-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
33+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3434
with:
3535
sdk: "3.6.0"
3636
- id: checkout
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ubuntu-latest
159159
steps:
160160
- name: Cache Pub hosted dependencies
161-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
161+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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,7 +168,7 @@ jobs:
168168
os:ubuntu-latest;pub-cache-hosted
169169
os:ubuntu-latest
170170
- name: Setup Dart SDK
171-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
171+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
172172
with:
173173
sdk: dev
174174
- id: checkout
@@ -361,7 +361,7 @@ jobs:
361361
runs-on: ubuntu-latest
362362
steps:
363363
- name: Cache Pub hosted dependencies
364-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
364+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
365365
with:
366366
path: "~/.pub-cache/hosted"
367367
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -371,7 +371,7 @@ jobs:
371371
os:ubuntu-latest;pub-cache-hosted
372372
os:ubuntu-latest
373373
- name: Setup Dart SDK
374-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
374+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
375375
with:
376376
sdk: dev
377377
- id: checkout
@@ -391,7 +391,7 @@ jobs:
391391
runs-on: ubuntu-latest
392392
steps:
393393
- name: Cache Pub hosted dependencies
394-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
394+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.repository_owner == 'GoogleCloudPlatform' }}
2121
steps:
22-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
22+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
2323
with:
2424
# Don't automatically mark inactive issues+PRs as stale.
2525
days-before-stale: -1

.github/workflows/unit.yml

Lines changed: 13 additions & 13 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@1bd1e32a3bdc45362d1e726936510720a7c30a57
23+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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,7 +30,7 @@ jobs:
3030
os:ubuntu-latest;pub-cache-hosted
3131
os:ubuntu-latest
3232
- name: Setup Dart SDK
33-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
33+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3434
with:
3535
sdk: "3.6.0"
3636
- id: checkout
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Cache Pub hosted dependencies
80-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
80+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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,7 +87,7 @@ jobs:
8787
os:ubuntu-latest;pub-cache-hosted
8888
os:ubuntu-latest
8989
- name: Setup Dart SDK
90-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
90+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
9191
with:
9292
sdk: "3.6.0"
9393
- id: checkout
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Cache Pub hosted dependencies
110-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
110+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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,7 +117,7 @@ jobs:
117117
os:ubuntu-latest;pub-cache-hosted
118118
os:ubuntu-latest
119119
- name: Setup Dart SDK
120-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
120+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
121121
with:
122122
sdk: dev
123123
- id: checkout
@@ -236,7 +236,7 @@ jobs:
236236
runs-on: ubuntu-latest
237237
steps:
238238
- name: Cache Pub hosted dependencies
239-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
239+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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,7 +246,7 @@ jobs:
246246
os:ubuntu-latest;pub-cache-hosted
247247
os:ubuntu-latest
248248
- name: Setup Dart SDK
249-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
249+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
250250
with:
251251
sdk: dev
252252
- id: checkout
@@ -284,7 +284,7 @@ jobs:
284284
runs-on: macos-latest
285285
steps:
286286
- name: Cache Pub hosted dependencies
287-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
287+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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,7 +294,7 @@ jobs:
294294
os:macos-latest;pub-cache-hosted
295295
os:macos-latest
296296
- name: Setup Dart SDK
297-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
297+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
298298
with:
299299
sdk: "3.6.0"
300300
- id: checkout
@@ -314,7 +314,7 @@ jobs:
314314
runs-on: macos-latest
315315
steps:
316316
- name: Cache Pub hosted dependencies
317-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
317+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
318318
with:
319319
path: "~/.pub-cache/hosted"
320320
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud;commands:test_0"
@@ -324,7 +324,7 @@ jobs:
324324
os:macos-latest;pub-cache-hosted
325325
os:macos-latest
326326
- name: Setup Dart SDK
327-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
327+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
328328
with:
329329
sdk: dev
330330
- id: checkout
@@ -344,7 +344,7 @@ jobs:
344344
runs-on: windows-latest
345345
steps:
346346
- name: Setup Dart SDK
347-
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
347+
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
348348
with:
349349
sdk: dev
350350
- id: checkout

0 commit comments

Comments
 (0)