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

Commit

Permalink
Merge pull request #120 from MahanRahmati/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…ubosito/flutter-action-2.10.0

Bump subosito/flutter-action from 2.8.0 to 2.10.0
  • Loading branch information
MahanRahmati authored Mar 27, 2023
2 parents 38b77bd + 660f8cf commit 1608237
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_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3.4.0

# Setup the flutter environment.
- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.10.0
with:
channel: "stable" # 'dev', 'alpha', default to: 'stable'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
uses: subosito/flutter-action@v2.8.0
uses: subosito/flutter-action@v2.10.0
with:
channel: "stable" # 'dev', 'alpha', default to: 'stable'
# flutter-version: '1.12.x' # you can also specify exact version of flutter
Expand Down

0 comments on commit 1608237

Please sign in to comment.