Skip to content

Commit

Permalink
Upgrade: Action - test_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Feb 16, 2024
1 parent 4f4b1e2 commit ab66ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test_minimum_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand All @@ -34,7 +34,7 @@ jobs:
test_latest_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down

0 comments on commit ab66ea7

Please sign in to comment.