This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 4151b488d Bump actions/setup-java from 5.7.0 to 6.0.0 (#3754)
4151b488d is described below
commit 4151b488de61b2168e250ea80fb23d1deadf22c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 11:14:18 2026 +0200
Bump actions/setup-java from 5.7.0 to 6.0.0 (#3754)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
5.7.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/b6effb05e454b25005698d916606bdc6ffcbf961...dd06d9cba3e5552c54d9f8ea23572deb30010f7c)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 6.0.0
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/ci-hadoop3.yml | 2 +-
.github/workflows/release-prepare-rc.yml | 2 +-
.github/workflows/release-publish.yml | 2 +-
.github/workflows/vector-plugins.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci-hadoop3.yml b/.github/workflows/ci-hadoop3.yml
index a2ba24403..65f088c6a 100644
--- a/.github/workflows/ci-hadoop3.yml
+++ b/.github/workflows/ci-hadoop3.yml
@@ -41,7 +41,7 @@ jobs:
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java.setup }}
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
+ uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
with:
distribution: temurin
java-version: ${{ matrix.java.setup }}
diff --git a/.github/workflows/release-prepare-rc.yml
b/.github/workflows/release-prepare-rc.yml
index 809296dab..043bdf72a 100644
--- a/.github/workflows/release-prepare-rc.yml
+++ b/.github/workflows/release-prepare-rc.yml
@@ -57,7 +57,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 11
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
+ uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
with:
distribution: temurin
java-version: '11'
diff --git a/.github/workflows/release-publish.yml
b/.github/workflows/release-publish.yml
index 5877a4a60..0945adaeb 100644
--- a/.github/workflows/release-publish.yml
+++ b/.github/workflows/release-publish.yml
@@ -66,7 +66,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 11
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
+ uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
with:
distribution: temurin
java-version: '11'
diff --git a/.github/workflows/vector-plugins.yml
b/.github/workflows/vector-plugins.yml
index 9722027a8..3cfcc46ef 100644
--- a/.github/workflows/vector-plugins.yml
+++ b/.github/workflows/vector-plugins.yml
@@ -42,7 +42,7 @@ jobs:
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
+ uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
with:
distribution: temurin
java-version: ${{ matrix.java }}