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 a1dceb66 Bump actions/setup-java from 5.6.0 to 5.7.0 (#118)
a1dceb66 is described below
commit a1dceb66ece54b50e204c0bf5f228cccef26e241
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 7 10:10:04 2026 +0100
Bump actions/setup-java from 5.6.0 to 5.7.0 (#118)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
5.6.0 to 5.7.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5.6.0...v5.7.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.7.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 77eda320..c31d4c59 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