This is an automated email from the ASF dual-hosted git repository.
snazy 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 1c684d237 main: Update actions/setup-python digest to a26af69 (#1440)
1c684d237 is described below
commit 1c684d2378e923ba410f38c1c79f12130db33f94
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Apr 24 09:02:19 2025 +0100
main: Update actions/setup-python digest to a26af69 (#1440)
---
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 1cab18069..4579dcd1a 100644
--- a/client/python/.github/workflows/python.yml
+++ b/client/python/.github/workflows/python.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 #
v5
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #
v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies