Bump actions/setup-java from 5.2.0 to 5.6.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.2.0 to 5.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5.2.0...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] <support@github.com>
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index 1e06af1..236d235 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -33,7 +33,7 @@
               with:
                 fetch-depth: 0
             - name: Set up compile JDK
-              uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
+              uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
               with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
                 distribution: 'temurin'
                 java-version: 17
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 5329115..0199cc5 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -33,7 +33,7 @@
               with:
                 fetch-depth: 0
             - name: Set up compile JDK
-              uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
+              uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
               with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
                 distribution: 'temurin'
                 java-version: 17