This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 0937400 Bump actions/setup-java from 5 to 5.6.0 (#247)
0937400 is described below
commit 09374008590123913e047f136dcad92144a2f7e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 19:17:48 2026 -0400
Bump actions/setup-java from 5 to 5.6.0 (#247)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to
5.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5...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/pull-request-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pull-request-build.yml
b/.github/workflows/pull-request-build.yml
index 37576a7..c8980d1 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'