From 0ec26166852b7e58378c077404dd41a9fd6b2cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:16:03 +0000 Subject: [PATCH] ci: bump gradle/actions from 5.0.2 to 6.0.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 5.0.2 to 6.0.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5.0.2...v6.0.1) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 217fcfe980..89d2fcca4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: distribution: 'temurin' java-version: '21' - name: Validate the Gradle wrapper - uses: gradle/actions/wrapper-validation@v5.0.2 + uses: gradle/actions/wrapper-validation@v6.0.1 - name: Run Checkstyle run: | ./gradlew checkstyleMain checkstyleTest --console=plain --stacktrace @@ -98,7 +98,7 @@ jobs: distribution: 'temurin' java-version: '21' - name: Validate the Gradle wrapper - uses: gradle/actions/wrapper-validation@v5.0.2 + uses: gradle/actions/wrapper-validation@v6.0.1 - name: Run SpotBugs run: | ./gradlew -PenableSpotBugs=true spotbugsMain spotbugsTest --console=plain --stacktrace @@ -135,7 +135,7 @@ jobs: echo "MESA_LOADER_DRIVER_OVERRIDE=$MESA_LOADER_DRIVER_OVERRIDE" echo "GALLIUM_DRIVER=$GALLIUM_DRIVER" - name: Validate the Gradle wrapper - uses: gradle/actions/wrapper-validation@v5.0.2 + uses: gradle/actions/wrapper-validation@v6.0.1 - name: Test with Gradle Wrapper run: | ./gradlew :jme3-screenshot-test:screenshotTest @@ -176,7 +176,7 @@ jobs: fetch-depth: 1 - name: Validate the Gradle wrapper - uses: gradle/actions/wrapper-validation@v5.0.2 + uses: gradle/actions/wrapper-validation@v6.0.1 - name: Build run: | @@ -218,7 +218,7 @@ jobs: cmake --version - name: Validate the Gradle wrapper - uses: gradle/actions/wrapper-validation@v5.0.2 + uses: gradle/actions/wrapper-validation@v6.0.1 - name: Build run: | @@ -282,7 +282,7 @@ jobs: path: jme3-ios-native/template/META-INF/robovm/ios/libs/jme3-ios-native.xcframework - name: Validate the Gradle wrapper - uses: gradle/actions/wrapper-validation@v5.0.2 + uses: gradle/actions/wrapper-validation@v6.0.1 - name: Build Engine shell: bash run: |