This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-java-provider.git
The following commit(s) were added to refs/heads/main by this push:
new ebba402 Bump actions/setup-java from 4 to 5 (#11)
ebba402 is described below
commit ebba4023e6f2097f67146b558834a5d7f8e49379
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 09:10:45 2025 -0400
Bump actions/setup-java from 4 to 5 (#11)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to
5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/validate-pipeline.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/validate-pipeline.yml
b/.github/workflows/validate-pipeline.yml
index 94e995e..d4b85e1 100644
--- a/.github/workflows/validate-pipeline.yml
+++ b/.github/workflows/validate-pipeline.yml
@@ -34,7 +34,7 @@ jobs:
with:
config: .github/config/licenserc.yml
- name: Set up JDK 11
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
java-version: '11'
distribution: 'temurin'