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@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-java@v4
1414 with :
1515 java-version : 21
Original file line number Diff line number Diff line change 2020 buildcachepass : ${{ secrets.BUILDCACHE_PASS }}
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626 - uses : actions/setup-java@v4
5757 runs-on : ${{ matrix.os }}
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 - uses : actions/setup-java@v4
6262 with :
6363 distribution : " temurin"
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
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@v4
40+ - uses : actions/checkout@v5
4141 - uses : actions/setup-java@v4
4242 with :
4343 java-version : 21
You can’t perform that action at this time.
0 commit comments