diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83148bc38..525ab6a81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,13 +11,13 @@ jobs: strategy: matrix: java: [ - "17" # Latest version - ] + "17" # Latest version + ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: gradle/wrapper-validation-action@v1 - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v3 with: distribution: "temurin" java-version: ${{ matrix.java }} @@ -25,4 +25,4 @@ jobs: - name: Grant execute permission run: chmod +x ./gradlew - name: Build with Gradle - run: ./gradlew build + run: ./gradlew build \ No newline at end of file