File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 if : ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
88 steps :
99 - name : Checkout Repository
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 with :
1212 persist-credentials : false
1313 - name : Validate Gradle Wrapper
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Make Gradle Wrapper Executable
1717 run : chmod +x gradlew
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
66}
77
88plugins {
9- id " org.gradle.toolchains.foojay-resolver-convention" version " 0.10 .0"
9+ id " org.gradle.toolchains.foojay-resolver-convention" version " 1.0 .0"
1010}
1111
1212rootProject. name = " MiniConnect"
You can’t perform that action at this time.
0 commit comments