From 774ad8509de6d42d70a0c1309807189f9bcca902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:48:58 +0000 Subject: [PATCH] Bump gradle/actions from 5 to 6 Bumps [gradle/actions](https://github.com/gradle/actions) from 5 to 6. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5...v6) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-fitnesse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-fitnesse.yml b/.github/workflows/build-fitnesse.yml index 107271538..fedd452fd 100644 --- a/.github/workflows/build-fitnesse.yml +++ b/.github/workflows/build-fitnesse.yml @@ -19,12 +19,12 @@ jobs: distribution: 'zulu' java-version: ${{ matrix.java-version }} - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@v5 + uses: gradle/actions/wrapper-validation@v6 - name: Remove Java 21 incompatible tests if: ${{ matrix.java-version == '21' }} run: rm -rf FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSlimTests/SystemExitIsPrevented - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 with: # Only write to the cache for builds on the 'master' branch. # Builds on other branches will only read existing entries from the cache.