From acc56bc34776ee6bd3e87bf0227f6ac8ecb2bdd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 15:46:44 +0000 Subject: [PATCH] chore(actions): Bump actions/setup-java from 6.0.0 to 6.0.1 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/platform-natives.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform-natives.yml b/.github/workflows/platform-natives.yml index 0330dfa..f23fe42 100644 --- a/.github/workflows/platform-natives.yml +++ b/.github/workflows/platform-natives.yml @@ -83,7 +83,7 @@ jobs: - name: Set up JDK 25 if: ${{ matrix.jdk }} - uses: actions/setup-java@v6.0.0 + uses: actions/setup-java@v6.0.1 with: java-version: '25' distribution: ${{ matrix.jdk }}