This repository was archived by the owner on Apr 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 os : [ ubuntu-latest, windows-latest, macos-latest ]
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Set up Java and Maven
2424 uses : actions/setup-java@v3
2525 with :
Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Set up Java and Maven
1313 uses : actions/setup-java@v3
1414 with :
3232 update-working-version :
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 - name : Set up Java and Maven
3737 uses : actions/setup-java@v3
3838 with :
Original file line number Diff line number Diff line change 1414 test :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Set up Java and Maven
1919 uses : actions/setup-java@v3
2020 with :
2727 runs-on : ubuntu-latest
2828 needs : test
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : Set up Java and Maven
3232 uses : actions/setup-java@v3
3333 with :
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : ${{ ( github.event_name == 'push' || github.event_name == 'pull_request' ) }}
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Java and Maven
2222 uses : actions/setup-java@v3
2323 with :
You can’t perform that action at this time.
0 commit comments