Skip to content

Commit

Permalink
feat: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Feb 20, 2024
1 parent 1da399b commit e76045e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Test on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache Flutter
uses: actions/cache@v2
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.5'
flutter-version: flutter-version: '3.16.9'
channel: 'stable'

- name: Get platform interface dependencies
Expand Down

0 comments on commit e76045e

Please sign in to comment.