Skip to content

Commit a70b2ae

Browse files
Merge pull request #1036 from danvick/fix-workflows
build(root): Update flutter action
2 parents 881879b + 6b50cf4 commit a70b2ae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/form_builder_core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
channel: [stable, beta, dev]
32+
channel: [stable, beta]
3333

3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:
3636
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3737
- uses: actions/checkout@v2
3838

3939
- name: Flutter action
40-
uses: subosito/flutter-action@v1
40+
uses: subosito/flutter-action@v2
4141
with:
4242
channel: ${{ matrix.channel }}
4343

.github/workflows/form_builder_extra_fields.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
channel: [stable, beta, dev]
32+
channel: [stable, beta]
3333

3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:
3636
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3737
- uses: actions/checkout@v2
3838

3939
- name: Flutter action
40-
uses: subosito/flutter-action@v1
40+
uses: subosito/flutter-action@v2
4141
with:
4242
channel: ${{ matrix.channel }}
4343

.github/workflows/form_builder_validators.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
channel: [stable, beta, dev]
32+
channel: [stable, beta]
3333

3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:
3636
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3737
- uses: actions/checkout@v2
3838

3939
- name: Flutter action
40-
uses: subosito/flutter-action@v1
40+
uses: subosito/flutter-action@v2
4141
with:
4242
channel: ${{ matrix.channel }}
4343

0 commit comments

Comments
 (0)