This is an automated email from the ASF dual-hosted git repository.
derrickaw 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 5f41a10 Bump actions/setup-java from 5 to 6 (#25)
5f41a10 is described below
commit 5f41a1096888e37fba73eb0a04677505de9eb301
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 30 22:35:03 2026 -0400
Bump actions/setup-java from 5 to 6 (#25)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to
6.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: '6'
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 f4e1d0d..46a3d90 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@v5
+ uses: actions/setup-java@v6
with:
java-version: '11'
distribution: 'temurin'