File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 if : ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
1313 runs-on : " ubuntu-latest"
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up JDK
1717 uses : actions/setup-java@v4
1818 with :
Original file line number Diff line number Diff line change 1111 dependency-submission :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-java@v4
1616 with :
1717 distribution : ' temurin'
1818 java-version : 21
19- - uses : gradle/actions/dependency-submission@v3
19+ - uses : gradle/actions/dependency-submission@v4
Original file line number Diff line number Diff line change 2020 actions : read
2121 steps :
2222 - name : Download and Extract Artifacts
23- uses : dawidd6/action-download-artifact@v3
23+ uses : dawidd6/action-download-artifact@v11
2424 with :
2525 run_id : ${{ github.event.workflow_run.id }}
2626 path : artifacts
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pluginManagement {
1313}
1414
1515plugins {
16- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
16+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
1717}
1818
1919dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments