From 2a696048a7cce3eec11bdfe2a50ef218294b7ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:36:28 +0000 Subject: [PATCH] chore(deps): bump actions/setup-java from 5 to 5.6.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to 5.6.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1207a4ab..3eb4f34b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v5.6.0 with: distribution: temurin java-version: 26 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c8e044b..a77c2727 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 ref: "${{ inputs.tag || github.ref }}" - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v5.6.0 with: distribution: temurin java-version: 26