This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git
The following commit(s) were added to refs/heads/master by this push:
new 7a872c94 Bump actions/setup-java from 5.4.0 to 5.6.0 (#114)
7a872c94 is described below
commit 7a872c945623054985ec0599260166b1beffcec7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 09:15:12 2026 +0100
Bump actions/setup-java from 5.4.0 to 5.6.0 (#114)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
5.4.0 to 5.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5.4.0...v5.6.0)
---
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 37843a88..77eda320 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/[email protected]
+ 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/[email protected]
+ uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 17