Skip to content

Commit

Permalink
github actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
GibreelAbdullah committed Oct 28, 2023
1 parent 4a92d64 commit 9bc28db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.15.2+61
version: 1.15.3+62

environment:
sdk: ">=2.16.0 <4.0.0"
Expand Down

0 comments on commit 9bc28db

Please sign in to comment.