File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 name : changelogPrint
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : actions/setup-java@v5
1414 with :
1515 java-version : 21
Original file line number Diff line number Diff line change 1919 buildcachepass : ${{ secrets.BUILDCACHE_PASS }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525 - uses : actions/setup-java@v5
5858 runs-on : ${{ matrix.os }}
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262 - uses : actions/setup-java@v5
6363 with :
6464 distribution : " temurin"
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 # We must fetch at least the immediate parents so that if this is
4343 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 3737 ORG_GRADLE_PROJECT_gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
3838 ORG_GRADLE_PROJECT_gpg_key64 : ${{ secrets.GPG_KEY64 }}
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : actions/setup-java@v5
4242 with :
4343 java-version : 21
You can’t perform that action at this time.
0 commit comments