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-format.git
The following commit(s) were added to refs/heads/master by this push:
new 2d7b634 Bump actions/setup-java from 5.7.0 to 6.0.0 (#616)
2d7b634 is described below
commit 2d7b634c7ddba87bbebb3da18a20978b6db399a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 4 10:37:33 2026 +0200
Bump actions/setup-java from 5.7.0 to 6.0.0 (#616)
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/publish_snapshot.yml | 2 +-
.github/workflows/test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish_snapshot.yml
b/.github/workflows/publish_snapshot.yml
index 4dc331f..bbdc27c 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -36,7 +36,7 @@ jobs:
with:
persist-credentials: false
- - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
+ - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
with:
distribution: temurin
java-version: 17
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 90677ff..2aa0df7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -50,7 +50,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:
java-version: ${{ matrix.java }}
distribution: temurin