Skip to content

Commit

Permalink
Merge pull request #458 from wger-project/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…ubosito/flutter-action-2

Bump subosito/flutter-action from 1 to 2
  • Loading branch information
rolandgeider authored Nov 18, 2023
2 parents ca1f7e3 + 0541076 commit 45595d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.16.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.16.x'
Expand Down

0 comments on commit 45595d3

Please sign in to comment.