Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanmhallak authored Jun 18, 2024
1 parent 55d4494 commit c1cc81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout the code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7

- name: Flutter action
uses: subosito/flutter-action@v2.10.0
uses: subosito/flutter-action@v2.14.0

- name: Restore Packages
run: flutter pub get
Expand Down

0 comments on commit c1cc81a

Please sign in to comment.