Skip to content

Commit

Permalink
workflow: bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg authored Sep 23, 2022
1 parent a95170f commit 690642c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "11"
- uses: subosito/flutter-action@v1
cache: "gradle"
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- uses: malinskiy/action-android/install-sdk@release/0.1.2
Expand Down

0 comments on commit 690642c

Please sign in to comment.