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 @@ -21,13 +21,13 @@ jobs:
2121 os : [ubuntu-latest, macos-latest, windows-latest]
2222 steps :
2323 - name : Checkout the repo
24- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
24+ uses : actions/checkout@v4
2525 - name : Setup Java
26- uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
26+ uses : actions/setup-java@v4
2727 with :
2828 distribution : ' temurin'
2929 java-version : ${{ matrix.java }}
3030 - name : Setup Gradle
31- uses : gradle/actions/setup-gradle@245c8a24de79c0dbeabaf19ebcbbd3b2c36f278d
31+ uses : gradle/actions/setup-gradle@v4
3232 - name : Build with Gradle
3333 run : ./gradlew build
Original file line number Diff line number Diff line change 1- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
1+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments