Skip to content

Commit

Permalink
workflows attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxAPCS committed Feb 4, 2024
1 parent 2238e51 commit e9e89fe
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 @@ -7,7 +7,7 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v4
- name: Download SDK
uses: subosito/flutter-action@v2
with:
Expand All @@ -21,7 +21,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down

0 comments on commit e9e89fe

Please sign in to comment.