This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a commit to branch
dependabot/github_actions/actions/setup-java-5.3.0
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git
commit 79c1be9179bac3f5cb67e888e1bad8ac38d3fc92
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 17:34:05 2026 +0000
Bump actions/setup-java from 5 to 5.3.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to
5.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5...v5.3.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a3b07202..95c334e3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
maven-java-${{ matrix.java }}-
maven-
- name: Set up Java
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
@@ -68,7 +68,7 @@ jobs:
maven-deploy-
maven-
- name: Set up Java
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 17