From df0b295454faed83c33dcfc0607a03d2b4cf59b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:35:17 -0700 Subject: [PATCH] chore(deps): bump actions/setup-java from 4 to 5.6.0 (#3303) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.6.0.
Release notes

Sourced from actions/setup-java's releases.

v5.6.0

What's Changed

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.6.0

v5.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v5...v5.5.0

v5.4.0

What's Changed

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=4&new-version=5.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gsxdsm --- .github/workflows/mobile.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mobile.yml b/.github/workflows/mobile.yml index c24ef05ad6..d23036a912 100644 --- a/.github/workflows/mobile.yml +++ b/.github/workflows/mobile.yml @@ -114,7 +114,7 @@ jobs: # FNXC:MobileAndroidBuild 2026-06-28-00:00: # Capacitor 7 @capacitor/android compiles its Android library with JavaVersion.VERSION_21; manual Android Gradle builds must provision JDK 21 because JDK 17 fails with `invalid source release: 21`. - name: Setup Java 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5.6.0 with: distribution: temurin java-version: "21" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6aa0fb6d1..9cdaee348c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -474,7 +474,7 @@ jobs: # FNXC:MobileAndroidBuild 2026-06-28-00:00: # Capacitor 7 @capacitor/android compiles its Android library with JavaVersion.VERSION_21; release APK/AAB Gradle builds must provision JDK 21 because JDK 17 fails with `invalid source release: 21`. - name: Setup Java 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5.6.0 with: distribution: temurin java-version: "21" diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index a95ede8166..4e8298ae6d 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -397,7 +397,7 @@ jobs: # FNXC:MobileAndroidBuild 2026-06-28-00:00: # Capacitor 7 @capacitor/android compiles its Android library with JavaVersion.VERSION_21; rehearsal APK/AAB Gradle builds must provision JDK 21 because JDK 17 fails with `invalid source release: 21`. - name: Setup Java 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5.6.0 with: distribution: temurin java-version: "21"