From e7d9cb7208598a03ea4e4c16365a49a424ab067b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:45:16 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.16.0 to 2.18.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.16.0 to 2.18.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/44ac965b96f18d999802d4b807e3256d5a3f9fa1...f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yaml | 4 ++-- .github/workflows/build.yaml | 10 +++++----- .github/workflows/licence-check.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index e5bb25d..493ba7c 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: flutter-version: "3.22.x" channel: "stable" @@ -69,7 +69,7 @@ jobs: with: path: /home/linuxbrew/.linuxbrew key: ${{ runner.os }}-linuxbrew - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: flutter-version: "3.22.x" channel: "stable" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6cb8943..17ad8e8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: distribution: "temurin" java-version: "17" cache: "gradle" - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: flutter-version: "3.22.x" channel: "stable" @@ -57,7 +57,7 @@ jobs: distribution: "temurin" java-version: "17" cache: "gradle" - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: flutter-version: "3.22.x" channel: "stable" @@ -83,7 +83,7 @@ jobs: key: ${{ runner.os }}-pods-${{ hashFiles('**/*.podspec') }} restore-keys: | ${{ runner.os }}-pods- - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: flutter-version: "3.22.x" channel: "stable" @@ -112,7 +112,7 @@ jobs: distribution: "temurin" java-version: "17" cache: "gradle" - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: flutter-version: "3.22.x" channel: "stable" @@ -132,7 +132,7 @@ jobs: MAPS_API_KEY: ${{ secrets.ACTIONS_API_KEY }} steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: flutter-version: "3.22.x" channel: "stable" diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index 7286b0c..eff97fe 100644 --- a/.github/workflows/licence-check.yaml +++ b/.github/workflows/licence-check.yaml @@ -36,7 +36,7 @@ jobs: # check-license-header) - run: go install github.com/google/addlicense@latest - name: Install Flutter - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: flutter-version: "3.22.x" channel: "stable"