File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 os : [ubuntu-latest]
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Set up Java
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : ${{ matrix.java_version }}
2929 distribution : ' zulu'
Original file line number Diff line number Diff line change 2020 os : [ubuntu-latest]
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Set up Java
2525 uses : oracle-actions/setup-java@v1
2626 with :
Original file line number Diff line number Diff line change 99# os: [macos-latest, ubuntu-latest]
1010 os : [ubuntu-24.04]
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - uses : graalvm/setup-graalvm@v1
1515 with :
4747 fi
4848
4949 - name : Upload binary
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : ebean-insight-${{ matrix.os }}
5353 path : target/ebean-insight*
You can’t perform that action at this time.
0 commit comments