Skip to content

Commit 502d226

Browse files
build(deps): bump the dependencies group with 3 updates (#492)
Bumps the dependencies group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/setup-go](https://github.com/actions/setup-go) and [subosito/flutter-action](https://github.com/subosito/flutter-action). Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) Updates `actions/setup-go` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) Updates `subosito/flutter-action` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@f2c4f66...e938fdf) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/setup-go dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: subosito/flutter-action dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36434d4 commit 502d226

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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@d4323d4df104b026a6aa633fdb11d772146be0bf
20+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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@f111f3307d8850f501ac008e886eec1fd1932a34
29+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
3030
with:
3131
go-version: '^1.16'
3232

.github/workflows/lint.yml

Lines changed: 5 additions & 5 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@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ubuntu-latest
159159
steps:
160160
- name: Cache Pub hosted dependencies
161-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
161+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -361,7 +361,7 @@ jobs:
361361
runs-on: ubuntu-latest
362362
steps:
363363
- name: Cache Pub hosted dependencies
364-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
364+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
365365
with:
366366
path: "~/.pub-cache/hosted"
367367
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -391,7 +391,7 @@ jobs:
391391
runs-on: ubuntu-latest
392392
steps:
393393
- name: Cache Pub hosted dependencies
394-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
394+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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,7 +401,7 @@ jobs:
401401
os:ubuntu-latest;pub-cache-hosted
402402
os:ubuntu-latest
403403
- name: Setup Flutter SDK
404-
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
404+
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
405405
with:
406406
channel: stable
407407
- id: checkout

.github/workflows/unit.yml

Lines changed: 6 additions & 6 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@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Cache Pub hosted dependencies
80-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
80+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
8181
with:
8282
path: "~/.pub-cache/hosted"
8383
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:command"
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Cache Pub hosted dependencies
110-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
110+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -236,7 +236,7 @@ jobs:
236236
runs-on: ubuntu-latest
237237
steps:
238238
- name: Cache Pub hosted dependencies
239-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
239+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -284,7 +284,7 @@ jobs:
284284
runs-on: macos-latest
285285
steps:
286286
- name: Cache Pub hosted dependencies
287-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
287+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
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"
@@ -314,7 +314,7 @@ jobs:
314314
runs-on: macos-latest
315315
steps:
316316
- name: Cache Pub hosted dependencies
317-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
317+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
318318
with:
319319
path: "~/.pub-cache/hosted"
320320
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud;commands:test_0"

0 commit comments

Comments
 (0)