From 3991b47c159eae337143951ffac43f94223ac0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:36:32 +0000 Subject: [PATCH] build(deps): bump actions/setup-java from 5.5.0 to 5.6.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/0f481fcb613427c0f801b606911222b5b6f3083a...03ad4de0992f5dab5e18fcb136590ce7c4a0ac95) --- 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/native-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-builds.yml b/.github/workflows/native-builds.yml index 92ab2017..ce05b4bb 100644 --- a/.github/workflows/native-builds.yml +++ b/.github/workflows/native-builds.yml @@ -225,7 +225,7 @@ jobs: cache-dependency-path: services/sidecar-go/go.sum - name: Setup Java - uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a + uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 with: distribution: temurin java-version: '17'