File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v6
1414
1515 - name : Cache Local Maven Repository
16- uses : actions/cache@v2
16+ uses : actions/cache@v4
1717 with :
1818 path : ~/.m2/repository
1919 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2020
2121 - name : Setup Signing
22- uses : actions/setup-java@v2
22+ uses : actions/setup-java@v5
2323 with :
2424 java-version : 8.0.292+10
2525 distribution : ' adopt'
2626 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2727 gpg-passphrase : MAVEN_GPG_PASSPHRASE
2828
2929 - name : Setup GitHub Packages
30- uses : actions/setup-java@v2
30+ uses : actions/setup-java@v5
3131 with :
3232 java-version : 8.0.292+10
3333 distribution : ' adopt'
4040 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4141
4242 - name : Setup Maven Central
43- uses : actions/setup-java@v2
43+ uses : actions/setup-java@v5
4444 with :
4545 java-version : 8.0.292+10
4646 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments