Skip to content

Commit

Permalink
fix: spectify flutter-action version for workflow
Browse files Browse the repository at this point in the history
Update prbuild.yml
  • Loading branch information
appdevelpo committed Mar 14, 2024
1 parent 04812e6 commit 6d9b02b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v2.12.0
with:
flutter-version: 3.16.8
channel: stable
- name: Clear pubcache
run: flutter pub cache clean -f
- name: Install project dependencies
run: flutter pub get
- name: Build artifacts
Expand Down

0 comments on commit 6d9b02b

Please sign in to comment.