This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new d9ea30466 Update actions/setup-python action to v6 (#2502)
d9ea30466 is described below
commit d9ea304663027b7c462be661de74f8f4b8673e09
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Sep 4 07:05:34 2025 +0200
Update actions/setup-python action to v6 (#2502)
---
.github/workflows/python-client.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/python-client.yml
b/.github/workflows/python-client.yml
index aacecde86..54a8e715e 100644
--- a/.github/workflows/python-client.yml
+++ b/.github/workflows/python-client.yml
@@ -51,7 +51,7 @@ jobs:
java-version: '21'
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #
v5
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #
v6
with:
python-version: ${{ matrix.python-version }}