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 b2a2cd415 main: Update actions/setup-python action to v5 (#1671)
b2a2cd415 is described below
commit b2a2cd415825cd9f98ec735eaccbb1cbb148085a
Author: Mend Renovate <[email protected]>
AuthorDate: Sun May 25 07:31:36 2025 +0200
main: Update actions/setup-python action to v5 (#1671)
---
client/python/.github/workflows/python.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/python/.github/workflows/python.yml
b/client/python/.github/workflows/python.yml
index 296407ef1..92173e863 100644
--- a/client/python/.github/workflows/python.yml
+++ b/client/python/.github/workflows/python.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #
v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies