From 9a6070cb26d4213dba81f65f9a1d2d96e31d69de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 07:11:11 +0000 Subject: [PATCH] deps(ci)(deps): bump actions/setup-java Bumps the actions-core group with 1 update in the / 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) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-core ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80e5ce7..81b0f45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v7 # v6: credentials stored in $RUNNER_TEMP, not .git/config - name: Set up Java ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: temurin java-version: ${{ env.JAVA_VERSION }} @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@v7 # v6: credentials stored in $RUNNER_TEMP, not .git/config - name: Set up Java ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: temurin java-version: ${{ env.JAVA_VERSION }}