File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : macos-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
- name : ' Set up Java'
18
18
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 8
8
name : Changelog
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
with :
13
13
fetch-depth : 0
14
14
- run : npx danger ci
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
# use dart-lang/setup-dart/.github/workflows/publish.yml@v1 when https://github.com/dart-lang/setup-dart/issues/68 is fixed
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- uses : dart-lang/setup-dart@v1
19
19
- uses : subosito/flutter-action@v2
20
20
with :
You can’t perform that action at this time.
0 commit comments