File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
packages : write
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
- name : Set up JDK 8
17
- uses : actions/setup-java@v2
17
+ uses : actions/setup-java@v4
18
18
with :
19
19
java-version : ' 8'
20
20
distribution : ' zulu'
25
25
uses : peaceiris/actions-gh-pages@v3
26
26
with :
27
27
personal_token : ${{ secrets.FLOW_TOKEN }}
28
- publish_dir : ./build/docs/javadoc
28
+ publish_dir : ./build/docs/javadoc
Original file line number Diff line number Diff line change 15
15
packages : write
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- name : Set up JDK ${{ matrix.jdk }}
20
- uses : actions/setup-java@v2
20
+ uses : actions/setup-java@v4
21
21
with :
22
22
java-version : ${{ matrix.jdk }}
23
23
distribution : ' zulu'
Original file line number Diff line number Diff line change 13
13
packages : write
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
- name : Set up JDK 8
18
- uses : actions/setup-java@v2
18
+ uses : actions/setup-java@v4
19
19
with :
20
20
java-version : ' 8'
21
21
distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments