Skip to content

Commit

Permalink
Try matching version with my local
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt committed Jan 22, 2024
1 parent 00f0653 commit e97856f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: "3.0.6"
sdk: "3.1.0"
- uses: flutter-actions/setup-flutter@v2
with:
version: "3.10.6"
version: "3.13.1"
channel: "stable"
cache: true
cache-key: ${{ runner.tool_cache }}/flutter # optional, change this to force refresh cache
Expand Down

0 comments on commit e97856f

Please sign in to comment.