From bc6045e6511d7a7f8f82699289be2284960801b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:16:58 +0000 Subject: [PATCH] ci: bump gradle/actions from 6.0.1 to 6.1.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5a11a6f244..7b5f503e5f 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@v6.0.1 + uses: gradle/actions/wrapper-validation@v6.1.0 - 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@v6.0.1 + uses: gradle/actions/wrapper-validation@v6.1.0 - 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@v6.0.1 + uses: gradle/actions/wrapper-validation@v6.1.0 - 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@v6.0.1 + uses: gradle/actions/wrapper-validation@v6.1.0 - name: Build run: | @@ -218,7 +218,7 @@ jobs: cmake --version - name: Validate the Gradle wrapper - uses: gradle/actions/wrapper-validation@v6.0.1 + uses: gradle/actions/wrapper-validation@v6.1.0 - name: Build run: | @@ -272,7 +272,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@v6.0.1 + uses: gradle/actions/wrapper-validation@v6.1.0 - name: Build Engine shell: bash run: |