From 5755fec066466bab6b6179d76274abf6d9a2c9c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:09:45 +0000 Subject: [PATCH] :up: Update bluefireteam/melos-action action to v3 --- .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..3468f39 100644 --- a/.github/workflows/pr-firebase-hosting-deploy.yml +++ b/.github/workflows/pr-firebase-hosting-deploy.yml @@ -39,7 +39,7 @@ jobs: run: echo "MELOS_SDK_PATH=${{ env.FLUTTER_ROOT }}" >> $GITHUB_ENV - name: Install Melos - uses: bluefireteam/melos-action@v2 + uses: bluefireteam/melos-action@v3 # Web ビルドを実行 - name: web build diff --git a/.github/workflows/prod-firebase-hosting-deploy.yml b/.github/workflows/prod-firebase-hosting-deploy.yml index cd40d92..372d8e2 100644 --- a/.github/workflows/prod-firebase-hosting-deploy.yml +++ b/.github/workflows/prod-firebase-hosting-deploy.yml @@ -42,7 +42,7 @@ jobs: run: echo "MELOS_SDK_PATH=${{ env.FLUTTER_ROOT }}" >> $GITHUB_ENV - name: Install Melos - uses: bluefireteam/melos-action@v2 + uses: bluefireteam/melos-action@v3 # Web ビルドを実行 - name: web build