File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,9 @@ updates:
5
5
directory : " /"
6
6
schedule :
7
7
interval : " daily"
8
- labels :
9
- - " autosubmit"
10
- # Updating patch versions for "github-actions" is too chatty.
11
- # See https://github.com/flutter/flutter/issues/158350.
12
- ignore :
13
- - dependency-name : " *"
14
- update-types : ["version-update:semver-patch"]
8
+ # Don't auto-submit github actions updates
9
+ # labels:
10
+ # - "autosubmit"
15
11
- package-ecosystem : " npm"
16
12
directory : " web_embedding/ng-flutter"
17
13
schedule :
Original file line number Diff line number Diff line change 31
31
with :
32
32
distribution : ' zulu'
33
33
java-version : ' 17'
34
- - uses : subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
34
+ - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
35
35
with :
36
36
channel : beta
37
37
- run : ./tool/flutter_ci_script_stable.sh
47
47
# with:
48
48
# distribution: 'zulu'
49
49
# java-version: '17'
50
- # - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
50
+ # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
51
51
# with:
52
52
# channel: beta
53
53
# - run: ./tool/android_ci_script.sh
63
63
with :
64
64
distribution : ' zulu'
65
65
java-version : ' 17'
66
- - uses : subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
66
+ - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
67
67
with :
68
68
channel : beta
69
69
- run : ./tool/ios_ci_script.sh
Original file line number Diff line number Diff line change 32
32
with :
33
33
distribution : ' zulu'
34
34
java-version : ' 17'
35
- - uses : subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
35
+ - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
36
36
with :
37
37
channel : ${{ matrix.flutter_version }}
38
38
- run : ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
46
46
# with:
47
47
# distribution: 'zulu'
48
48
# java-version: '17'
49
- # - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
49
+ # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
50
50
# with:
51
51
# channel: stable
52
52
# - run: ./tool/android_ci_script.sh
60
60
with :
61
61
distribution : ' zulu'
62
62
java-version : ' 17'
63
- - uses : subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
63
+ - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
64
64
with :
65
65
channel : stable
66
66
- run : ./tool/ios_ci_script.sh
You can’t perform that action at this time.
0 commit comments