From 4e7f4e9bdb6c08ed9c945ed7e84a2af553273fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:06:26 +0100 Subject: [PATCH] Bump subosito/flutter-action from 2.16.0 to 2.17.0 (#76) Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 14 +++++++------- .github/workflows/dart.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5afad5ddba0..6e61af74a7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: with: java-version: "17" distribution: "temurin" - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: 📦 Get dependencies @@ -97,7 +97,7 @@ jobs: uses: actions/checkout@v4 - name: Make yq tool available on Windows runners run: choco install yq - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: ✅ Enable platforms @@ -171,7 +171,7 @@ jobs: libsecret-1-dev \ libjsoncpp-dev \ rpm - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: ✅ Enable platforms @@ -277,7 +277,7 @@ jobs: alien \ libsecret-1-dev \ libjsoncpp-dev - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: ✅ Enable platforms @@ -336,7 +336,7 @@ jobs: steps: - name: ⬆️ Checkout uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - uses: actions/setup-python@v5 @@ -388,7 +388,7 @@ jobs: steps: - name: ⬆️ Checkout uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: 📦 Get dependencies @@ -645,7 +645,7 @@ jobs: with: java-version: "17" distribution: "temurin" - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: 📦 Get dependencies diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index c5c63348b75..5f99d5f68b0 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -14,7 +14,7 @@ jobs: steps: - name: ⬆️ Checkout uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - uses: actions/checkout@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fdd73bbc489..fdb63e4d733 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: steps: - name: ⬆️ Checkout uses: actions/checkout@v4 - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ad229a39b3..415adab1d0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: token: ${{ secrets.CI_PAT }} fetch-depth: 0 - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: Setup git @@ -65,7 +65,7 @@ jobs: token: ${{ secrets.CI_PAT }} ref: ${{ github.ref }} fetch-depth: 0 - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: Setup git @@ -127,7 +127,7 @@ jobs: with: token: ${{ secrets.CI_PAT }} fetch-depth: 0 - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: Setup git @@ -190,7 +190,7 @@ jobs: echo "FLOW_BUILD_NUMBER=${FLOW_BUILD_NUMBER}" >> $GITHUB_ENV git config --global user.email "ci@linwood.dev" git config --global user.name "Linwood CI" - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.17.0 with: flutter-version-file: app/pubspec.yaml - name: Bump version