Skip to content

Commit d2886a0

Browse files
Bump subosito/flutter-action in the github-actions group (#1784)
Bumps the github-actions group with 1 update: [subosito/flutter-action](https://github.com/subosito/flutter-action). 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: subosito/flutter-action dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4097219 commit d2886a0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/cronet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
distribution: 'zulu'
4040
java-version: '17'
41-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
41+
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
4242
with:
4343
channel: 'stable'
4444
- id: install

.github/workflows/cupertino.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
os: [macos-13, macos-latest]
4040
steps:
4141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
42-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
42+
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
4343
with:
4444
flutter-version: ${{ matrix.flutter-version }}
4545
channel: 'stable'
@@ -71,7 +71,7 @@ jobs:
7171
flutter-version: ["3.24.0", "any"]
7272
steps:
7373
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
74-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
74+
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
7575
with:
7676
flutter-version: ${{ matrix.flutter-version }}
7777
channel: 'stable'

.github/workflows/dart.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/okhttp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
distribution: 'zulu'
3535
java-version: '17'
36-
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
36+
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
3737
with:
3838
channel: 'stable'
3939
- id: install

0 commit comments

Comments
 (0)