Skip to content

Commit

Permalink
Chore: Update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MbIXjkee committed Aug 14, 2022
1 parent f6d58af commit 02e647c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: "stable"

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: "stable"

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
java-version: "12.x"

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: "stable"

Expand All @@ -141,7 +141,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: "stable"

Expand Down

0 comments on commit 02e647c

Please sign in to comment.