Skip to content

Commit

Permalink
chore: update github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed Sep 4, 2023
1 parent f426523 commit 0f8502f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
echo "ERROR: File '$file' is not a PNG file"
done
- name: Setup Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.5'
flutter-version: '3.13.1'

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 0f8502f

Please sign in to comment.