File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 java : [ '8', '11', '16' ]
2727 platform : ['windows-latest', 'ubuntu-latest']
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 - name : Set up JDK ${{ matrix.java }}
3131 uses : actions/setup-java@v2
3232 with :
5757 java : [ '8', '11', '16' ]
5858 platform : ['windows-latest', 'ubuntu-latest']
5959 steps :
60- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v3
6161 - name : Gradle wrapper validation
6262 uses : gradle/wrapper-validation-action@v1
6363 - name : Set up JDK
9696 ORG_GRADLE_PROJECT_signingKey : ${{ secrets.SONATYPE_SIGNING_PRIVATE_KEY }}
9797 GH_PERSONAL_ACCESS_TOKEN : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
9898 steps :
99- - uses : actions/checkout@v2
99+ - uses : actions/checkout@v3
100100 with :
101101 persist-credentials : false # without this, all access tokens set later on will be ignored
102102 - name : Set up JDK
Original file line number Diff line number Diff line change 2323 needs : [check_duplicate_workflows]
2424 if : ${{ needs.check_duplicate_workflows.outputs.should_skip != 'true' }}
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727 - uses : gradle/wrapper-validation-action@v1
You can’t perform that action at this time.
0 commit comments