Skip to content

Commit 5b62a0f

Browse files
build(deps): bump the dependencies group across 1 directory with 2 updates (#496)
Bumps the dependencies group with 2 updates in the / directory: [GoogleCloudPlatform/functions-framework-conformance](https://github.com/googlecloudplatform/functions-framework-conformance) and [subosito/flutter-action](https://github.com/subosito/flutter-action). Updates `GoogleCloudPlatform/functions-framework-conformance` from 1.8.6 to 1.8.7 - [Release notes](https://github.com/googlecloudplatform/functions-framework-conformance/releases) - [Commits](GoogleCloudPlatform/functions-framework-conformance@v1.8.6...v1.8.7) Updates `subosito/flutter-action` from 2.19.0 to 2.21.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@e938fdf...fd55f4c) --- updated-dependencies: - dependency-name: GoogleCloudPlatform/functions-framework-conformance dependency-version: 1.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: subosito/flutter-action dependency-version: 2.21.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 8083517 commit 5b62a0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: integration_test
4141

4242
- name: Run HTTP conformance tests
43-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].6
43+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].7
4444
with:
4545
functionType: 'http'
4646
useBuildpacks: false
@@ -49,7 +49,7 @@ jobs:
4949
startDelay: 3
5050

5151
- name: Run CloudEvent conformance tests
52-
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].6
52+
uses: GoogleCloudPlatform/functions-framework-conformance/[email protected].7
5353
with:
5454
functionType: 'cloudevent'
5555
useBuildpacks: false

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@e938fdf56512cc96ef2f93601a5a40bde3801046
404+
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
405405
with:
406406
channel: stable
407407
- id: checkout

0 commit comments

Comments
 (0)