File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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@v3
12+ - uses : actions/checkout@v4
1313 - name : jdk 11
1414 uses : actions/setup-java@v4
1515 with :
Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 - name : Install JDK ${{ matrix.jre }}
2323 uses : actions/setup-java@v4
2424 with :
Original file line number Diff line number Diff line change 3333 ORG_GRADLE_PROJECT_gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
3434 ORG_GRADLE_PROJECT_gpg_key64 : ${{ secrets.GPG_KEY64 }}
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - name : jdk 11
3838 uses : actions/setup-java@v4
3939 with :
Original file line number Diff line number Diff line change 1919 name : " Validation"
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - uses : gradle/wrapper-validation-action@v1
You can’t perform that action at this time.
0 commit comments