Skip to content

Commit a02d82b

Browse files
committed
update to the latest version of subosito/flutter-action
1 parent 04935e2 commit a02d82b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dart_services.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
sdk: [stable, beta, master] # main
27+
sdk: [stable, beta, main]
2828
steps:
2929
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
30-
- uses: subosito/flutter-action@aa6d9b984461fff0e0e0673f96483607df98db84
30+
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
3131
with:
3232
channel: ${{ matrix.sdk }}
3333
- run: flutter --version

.github/workflows/samples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: pkgs/samples/
2525
steps:
2626
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
27-
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b
27+
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
2828
- run: flutter pub get
2929
- run: flutter analyze
3030
- run: dart format --set-exit-if-changed .

.github/workflows/sketch_pad.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: pkgs/sketch_pad/
2525
steps:
2626
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
27-
- uses: subosito/flutter-action@02b923c0e1a5868734f1d56fa4083c3be4f554f3
27+
- uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf
2828
with:
2929
channel: main
3030
- run: flutter pub get

0 commit comments

Comments
 (0)