From 1dcef796138cbed0fe57c268763b74c21a2aba8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:19:21 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.12.0 to 2.15.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.15.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/2783a3f08e1baf891508463f8c6653c258246225...3d804929922b667a63a229bc59037807f969e885) --- 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 169b916..7c6009d 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -30,7 +30,7 @@ jobs: with: NAV_SDK_DEPLOY_KEY: ${{ secrets.NAV_SDK_GIT_REPO_DEPLOY_KEY }} NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }} - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' cache: true @@ -73,7 +73,7 @@ jobs: with: NAV_SDK_DEPLOY_KEY: ${{ secrets.NAV_SDK_GIT_REPO_DEPLOY_KEY }} NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }} - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' cache: true diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c2c4635..176f512 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: distribution: 'temurin' java-version: '17' cache: 'gradle' - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' cache: true @@ -62,7 +62,7 @@ jobs: distribution: 'temurin' java-version: '17' cache: 'gradle' - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: flutter-version: '3.16.x' channel: 'stable' @@ -94,7 +94,7 @@ jobs: key: ${{ runner.os }}-pods-${{ hashFiles('**/*.podspec') }} restore-keys: | ${{ runner.os }}-pods- - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: flutter-version: '3.16.x' channel: 'stable' @@ -128,7 +128,7 @@ jobs: distribution: 'temurin' java-version: '17' cache: 'gradle' - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' cache: true @@ -152,7 +152,7 @@ jobs: with: NAV_SDK_DEPLOY_KEY: ${{ secrets.NAV_SDK_GIT_REPO_DEPLOY_KEY }} NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }} - - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + - uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' cache: true diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index 6972293..b71d847 100644 --- a/.github/workflows/licence-check.yaml +++ b/.github/workflows/licence-check.yaml @@ -37,7 +37,7 @@ jobs: # check-license-header) - run: go install github.com/google/addlicense@latest - name: Install Flutter - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 + uses: subosito/flutter-action@3d804929922b667a63a229bc59037807f969e885 with: channel: 'stable' cache: true