Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
🆙 Update bluefireteam/melos-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent d2ed90e commit 5755fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-firebase-hosting-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-firebase-hosting-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5755fec

Please sign in to comment.