File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 contents : read
2323
2424 steps :
25- - uses : actions/checkout@v6
25+ - name : Checkout sources
26+ uses : actions/checkout@v6
27+
2628 - name : Set up Java
2729 uses : actions/setup-java@v5
2830 with :
3638
3739 - name : Build with Gradle Wrapper
3840 run : ./gradlew build
39-
40- # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
41- # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
42- #
43- # - name: Setup Gradle
44- # uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
45- # with:
46- # gradle-version: '9.4.1'
47- #
48- # - name: Build with Gradle
49- # run: gradle build
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020
2121 steps :
2222 - name : Checkout sources
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424
2525 - name : Set up Java
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : ' 21'
2929 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments