From 140ade53afd88544ee51a1091d553847e2b84fc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:41:51 +0000 Subject: [PATCH] :up: Update kuhnroyal/flutter-fvm-config-action action to v2 --- .github/workflows/pr-firebase-hosting-deploy.yml | 2 +- .github/workflows/prod-firebase-hosting-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-firebase-hosting-deploy.yml b/.github/workflows/pr-firebase-hosting-deploy.yml index 8a4f760..144dbe4 100644 --- a/.github/workflows/pr-firebase-hosting-deploy.yml +++ b/.github/workflows/pr-firebase-hosting-deploy.yml @@ -26,7 +26,7 @@ jobs: working-directory: ./apps/frontend - name: Parse Flutter version - uses: kuhnroyal/flutter-fvm-config-action@v1 + uses: kuhnroyal/flutter-fvm-config-action@v2 - name: Install Flutter uses: subosito/flutter-action@v2 diff --git a/.github/workflows/prod-firebase-hosting-deploy.yml b/.github/workflows/prod-firebase-hosting-deploy.yml index cd40d92..706b10d 100644 --- a/.github/workflows/prod-firebase-hosting-deploy.yml +++ b/.github/workflows/prod-firebase-hosting-deploy.yml @@ -29,7 +29,7 @@ jobs: working-directory: ./apps/frontend - name: Parse Flutter version - uses: kuhnroyal/flutter-fvm-config-action@v1 + uses: kuhnroyal/flutter-fvm-config-action@v2 - name: Install Flutter uses: subosito/flutter-action@v2