File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- name : Git Checkout
55
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
55
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
56
56
57
57
- name : Setup Dart
58
58
uses : dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
78
78
runs-on : ${{ matrix.os }}
79
79
steps :
80
80
- name : Git Checkout
81
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
81
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
82
82
83
83
- name : Test
84
84
uses : ./.github/composite_actions/setup_chromedriver
@@ -113,7 +113,7 @@ jobs:
113
113
labels : amplify-flutter_ubuntu-latest_4-core
114
114
steps :
115
115
- name : Git Checkout
116
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
116
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
117
117
118
118
- uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
119
119
with :
Original file line number Diff line number Diff line change 30
30
- 24
31
31
- 33
32
32
steps :
33
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
33
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
34
34
with :
35
35
persist-credentials : false
36
36
submodules : true
Original file line number Diff line number Diff line change 23
23
id-token : write
24
24
contents : read
25
25
steps :
26
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
26
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
27
27
with :
28
28
persist-credentials : false
29
29
submodules : true
Original file line number Diff line number Diff line change 24
24
id-token : write
25
25
contents : read
26
26
steps :
27
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
27
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
28
28
with :
29
29
persist-credentials : false
30
30
submodules : true
Original file line number Diff line number Diff line change 24
24
id-token : write
25
25
contents : read
26
26
steps :
27
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
27
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
28
28
with :
29
29
persist-credentials : false
30
30
submodules : true
Original file line number Diff line number Diff line change 24
24
id-token : write
25
25
contents : read
26
26
steps :
27
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
27
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
28
28
with :
29
29
persist-credentials : false
30
30
submodules : true
You can’t perform that action at this time.
0 commit comments