From 63fd60daa25b8de7b58268540e1ef196b411e763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:09:14 +0000 Subject: [PATCH] Bump subosito/flutter-action in the github-actions group Bumps the github-actions group with 1 update: [subosito/flutter-action](https://github.com/subosito/flutter-action). Updates `subosito/flutter-action` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/74af56c5ed2697ba4621264652728e8d217e53d3...f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dart_services.yml | 2 +- .github/workflows/dartpad_ui.yml | 2 +- .github/workflows/samples.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dart_services.yml b/.github/workflows/dart_services.yml index 519f687ca..ed21a062a 100644 --- a/.github/workflows/dart_services.yml +++ b/.github/workflows/dart_services.yml @@ -27,7 +27,7 @@ jobs: sdk: [stable, beta, main] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: channel: ${{ matrix.sdk }} - run: flutter --version diff --git a/.github/workflows/dartpad_ui.yml b/.github/workflows/dartpad_ui.yml index 07a789835..7ddb2e02e 100644 --- a/.github/workflows/dartpad_ui.yml +++ b/.github/workflows/dartpad_ui.yml @@ -24,7 +24,7 @@ jobs: working-directory: pkgs/dartpad_ui/ steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: channel: main - run: flutter --version diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index 70678b287..fd9e3eaf5 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -24,7 +24,7 @@ jobs: working-directory: pkgs/samples/ steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff - run: flutter pub get - run: flutter analyze - run: dart format --set-exit-if-changed .