Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-java-4
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin authored Dec 18, 2023
2 parents 46aae61 + e82cbb3 commit c562dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-mobile-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cache: true

- name: ⚙️ Setup Melos
uses: bluefireteam/melos-action@v2
uses: bluefireteam/melos-action@v3

- name: ⚙️ Install dependencies for all packages
run: melos build:pub_get:all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-web-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache: true

- name: ⚙️ Setup Melos
uses: bluefireteam/melos-action@v2
uses: bluefireteam/melos-action@v3

- name: ⚙️ Install dependencies for all packages
run: melos build:pub_get:all
Expand Down

0 comments on commit c562dc6

Please sign in to comment.