Skip to content

Commit

Permalink
Merge pull request #28 from ant-media/fix_ci_dependency_error
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
mustafaboleken authored Aug 4, 2023
2 parents bce9590 + 53e400c commit 9985b63
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 @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: 'dev'
- name: Install dependencies
Expand Down

0 comments on commit 9985b63

Please sign in to comment.