From 34b8712ebe4f9d9c5afaa21f034d1a6ab2762693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:08:47 +0000 Subject: [PATCH] build: bump the github-actions group across 3 directories with 1 update Bumps the github-actions group with 1 update in the / directory: [actions/setup-java](https://github.com/actions/setup-java). Bumps the github-actions group with 1 update in the /.github/workflows directory: [actions/setup-java](https://github.com/actions/setup-java). Bumps the github-actions group with 1 update in the /.github/workflows/gradle-goal directory: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/gradle-goal/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9261c3e7..9b5e3b2de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: # for Gradle's toolchain auto-detection to find locally. - name: Pre-install Semeru JDK if: matrix.vm == 'openj9' - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: semeru java-version: ${{ matrix.version }} diff --git a/.github/workflows/gradle-goal/action.yml b/.github/workflows/gradle-goal/action.yml index 1c460ab0b..974348b6f 100644 --- a/.github/workflows/gradle-goal/action.yml +++ b/.github/workflows/gradle-goal/action.yml @@ -24,7 +24,7 @@ runs: using: "composite" steps: - name: Set up JDK - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: java-version-file: ${{ inputs.java-version-file }} distribution: ${{ inputs.distribution }}