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 11
11
java_version : [ 11, 17 ]
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : " Set up JDK ${{ matrix.java_version }}"
16
16
uses : actions/setup-java@v4
17
17
with :
Original file line number Diff line number Diff line change 11
11
java_version : [ 11, 17 ]
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : " Set up JDK ${{ matrix.java_version }}"
16
16
uses : actions/setup-java@v4
17
17
with :
Original file line number Diff line number Diff line change 9
9
name : " submit gradle dependencies"
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : actions/setup-java@v4
14
14
with :
15
15
distribution : temurin
You can’t perform that action at this time.
0 commit comments