This is an automated email from the ASF dual-hosted git repository.
wgtmac 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 fd2331b99 Bump actions/setup-java from 5.2.0 to 5.7.0 (#3720)
fd2331b99 is described below
commit fd2331b99a408366f4ce988965b3d7248ede26ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 17:46:34 2026 +0800
Bump actions/setup-java from 5.2.0 to 5.7.0 (#3720)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
5.2.0 to 5.7.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5.2.0...v5.7.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.7.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/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 04aa1bd02..15c341336 100644
--- a/.github/workflows/ci-hadoop3.yml
+++ b/.github/workflows/ci-hadoop3.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up JDK ${{ matrix.java.setup }}
- uses: actions/[email protected]
+ uses: actions/[email protected]
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 6e64b1f0e..809296dab 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@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
+ uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
with:
distribution: temurin
java-version: '11'
diff --git a/.github/workflows/release-publish.yml
b/.github/workflows/release-publish.yml
index 1d362e654..5877a4a60 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@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
+ uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
with:
distribution: temurin
java-version: '11'
diff --git a/.github/workflows/vector-plugins.yml
b/.github/workflows/vector-plugins.yml
index 22e7b244f..05a649713 100644
--- a/.github/workflows/vector-plugins.yml
+++ b/.github/workflows/vector-plugins.yml
@@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up JDK ${{ matrix.java }}
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
distribution: temurin
java-version: ${{ matrix.java }}