This is an automated email from the ASF dual-hosted git repository.
Jackie-Jiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new ceb1fabf4ef Bump actions/setup-python from 5.6.0 to 7.0.0 (#19518)
ceb1fabf4ef is described below
commit ceb1fabf4efca784ead9ce58893f9be7c6297983
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 14:05:44 2026 -0700
Bump actions/setup-python from 5.6.0 to 7.0.0 (#19518)
---
.github/workflows/pr-flow-checks.yml | 2 +-
.github/workflows/pr-flow.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pr-flow-checks.yml
b/.github/workflows/pr-flow-checks.yml
index c6b27db47c7..dc8f33295ac 100644
--- a/.github/workflows/pr-flow-checks.yml
+++ b/.github/workflows/pr-flow-checks.yml
@@ -48,7 +48,7 @@ jobs:
sparse-checkout: .github/scripts/pr_flow
persist-credentials: false
- name: Set up Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #
v5
+ uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 #
v7.0.0
with:
python-version: '3.12'
- name: Run PR flow unit tests
diff --git a/.github/workflows/pr-flow.yml b/.github/workflows/pr-flow.yml
index c0fee97dbb0..c2b21b68398 100644
--- a/.github/workflows/pr-flow.yml
+++ b/.github/workflows/pr-flow.yml
@@ -74,7 +74,7 @@ jobs:
sparse-checkout: .github/scripts/pr_flow
persist-credentials: false
- name: Set up Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #
v5
+ uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 #
v7.0.0
with:
python-version: '3.12'
- name: Select eligible PRs
@@ -111,7 +111,7 @@ jobs:
sparse-checkout: .github/scripts/pr_flow
persist-credentials: false
- name: Set up Python
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #
v5
+ uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 #
v7.0.0
with:
python-version: '3.12'
- name: Generate the current PR flow
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]