From 463aa9f657e9c881ddccb5370a480cb9e02ede9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 19:13:12 +0000 Subject: [PATCH] chore(deps): bump actions/setup-java from 5 to 6 Bumps [actions/setup-java](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/sourcepoint_unified_cmp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sourcepoint_unified_cmp.yaml b/.github/workflows/sourcepoint_unified_cmp.yaml index eb814f0..abbf1c6 100644 --- a/.github/workflows/sourcepoint_unified_cmp.yaml +++ b/.github/workflows/sourcepoint_unified_cmp.yaml @@ -70,7 +70,7 @@ jobs: working-directory: packages/sourcepoint_unified_cmp/example steps: - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v6 with: distribution: "temurin" java-version: "11"