File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
analyze :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- uses : subosito/flutter-action@v2
25
25
with :
26
26
channel : " stable"
34
34
pub_dry_run :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
- uses : subosito/flutter-action@v2
39
39
with :
40
40
channel : " stable"
50
50
pub_get_check :
51
51
runs-on : ubuntu-latest
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
- uses : subosito/flutter-action@v2
55
55
with :
56
56
channel : " stable"
66
66
format :
67
67
runs-on : ubuntu-latest
68
68
steps :
69
- - uses : actions/checkout@v3
69
+ - uses : actions/checkout@v4
70
70
- uses : subosito/flutter-action@v2
71
71
with :
72
72
channel : " stable"
99
99
runs-on : ubuntu-latest
100
100
timeout-minutes : 30
101
101
steps :
102
- - uses : actions/checkout@v3
102
+ - uses : actions/checkout@v4
103
103
- uses : actions/setup-go@v4
104
104
with :
105
105
go-version : " ^1.13.1"
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0
35
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.1.0
36
36
with :
37
37
persist-credentials : false
38
38
Original file line number Diff line number Diff line change 28
28
packages : ${{ steps.filter.outputs.changed_packages }}
29
29
has_changes : ${{ steps.filter.outputs.changed_packages != '[]' }}
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : ./.github/actions/changes
33
33
id : filter
34
34
44
44
target : ["html", "io"]
45
45
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- uses : subosito/flutter-action@v2
49
49
with :
50
50
channel : " stable"
You can’t perform that action at this time.
0 commit comments