From 9a22f91e54a66e4770b27e20976ac20d921a6e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:44:57 +0000 Subject: [PATCH] chore(deps): Bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [subosito/flutter-action](https://github.com/subosito/flutter-action). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Updates `subosito/flutter-action` from 2.10.0 to 2.12.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/48cafc24713cca54bbe03cdc3a423187d413aafa...2783a3f08e1baf891508463f8c6653c258246225) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6dbb2846..de3c9f3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: release: ${{ steps.setVersion.outputs.release }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set build version id: setVersion run: | @@ -46,7 +46,7 @@ jobs: - name: Get lcov_cobertura run: curl -sSL https://raw.github.com/eriwen/lcov-to-cobertura-xml/master/lcov_cobertura/lcov_cobertura.py -o lcov_cobertura.py - name: Setup Flutter - uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa + uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: flutter-version: ${{ env.flutter_version }} channel: ${{ env.flutter_channel }} @@ -65,7 +65,7 @@ jobs: needs: test steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set version name run: | sed -ri "s#^version: .+#version: $VERSION#g" pubspec.yaml @@ -81,7 +81,7 @@ jobs: env: LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} - name: Setup Flutter - uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa + uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: flutter-version: ${{ env.flutter_version }} channel: ${{ env.flutter_channel }} @@ -103,7 +103,7 @@ jobs: needs: test steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set version name run: | sed -ri "s#^version: .+#version: $VERSION#g" pubspec.yaml @@ -115,7 +115,7 @@ jobs: RELEASE: ${{ needs.test.outputs.release }} SENTRY_DSN: ${{ secrets.SENTRY_DSN }} - name: Setup Flutter - uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa + uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: flutter-version: ${{ env.flutter_version }} channel: ${{ env.flutter_channel }} @@ -138,7 +138,7 @@ jobs: needs: test steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set version name run: | sed -ri "s#^version: .+#version: $VERSION#g" pubspec.yaml @@ -150,7 +150,7 @@ jobs: RELEASE: ${{ needs.test.outputs.release }} SENTRY_DSN: ${{ secrets.SENTRY_DSN }} - name: Setup Flutter - uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa + uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: flutter-version: ${{ env.flutter_version }} channel: ${{ env.flutter_channel }} @@ -239,7 +239,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Sentry release uses: getsentry/action-release@v1 env: