Skip to content

Commit 66dd3dd

Browse files
dependabot[bot]fhoeben
authored andcommitted
Bump gradle/actions from 4 to 5
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab71201 commit 66dd3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-fitnesse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
distribution: 'zulu'
2020
java-version: ${{ matrix.java-version }}
2121
- name: Validate Gradle wrapper
22-
uses: gradle/actions/wrapper-validation@v4
22+
uses: gradle/actions/wrapper-validation@v5
2323
- name: Remove Java 21 incompatible tests
2424
if: ${{ matrix.java-version == '21' }}
2525
run: rm -rf FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSlimTests/SystemExitIsPrevented
2626
- name: Setup Gradle
27-
uses: gradle/actions/setup-gradle@v4
27+
uses: gradle/actions/setup-gradle@v5
2828
with:
2929
# Only write to the cache for builds on the 'master' branch.
3030
# Builds on other branches will only read existing entries from the cache.

0 commit comments

Comments
 (0)