File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- channel : [stable, beta, dev ]
32
+ channel : [stable, beta]
33
33
34
34
# Steps represent a sequence of tasks that will be executed as part of the job
35
35
steps :
36
36
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37
37
- uses : actions/checkout@v2
38
38
39
39
- name : Flutter action
40
- uses : subosito/flutter-action@v1
40
+ uses : subosito/flutter-action@v2
41
41
with :
42
42
channel : ${{ matrix.channel }}
43
43
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- channel : [stable, beta, dev ]
32
+ channel : [stable, beta]
33
33
34
34
# Steps represent a sequence of tasks that will be executed as part of the job
35
35
steps :
36
36
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37
37
- uses : actions/checkout@v2
38
38
39
39
- name : Flutter action
40
- uses : subosito/flutter-action@v1
40
+ uses : subosito/flutter-action@v2
41
41
with :
42
42
channel : ${{ matrix.channel }}
43
43
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- channel : [stable, beta, dev ]
32
+ channel : [stable, beta]
33
33
34
34
# Steps represent a sequence of tasks that will be executed as part of the job
35
35
steps :
36
36
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37
37
- uses : actions/checkout@v2
38
38
39
39
- name : Flutter action
40
- uses : subosito/flutter-action@v1
40
+ uses : subosito/flutter-action@v2
41
41
with :
42
42
channel : ${{ matrix.channel }}
43
43
You can’t perform that action at this time.
0 commit comments