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 c770ed551 main: Update actions/checkout action to v4 (#1670)
c770ed551 is described below
commit c770ed55141a67aae15830332de09b323a1a0376
Author: Mend Renovate <[email protected]>
AuthorDate: Sun May 25 07:32:04 2025 +0200
main: Update actions/checkout action to v4 (#1670)
---
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 92173e863..b8f1ad9c4 100644
--- a/client/python/.github/workflows/python.yml
+++ b/client/python/.github/workflows/python.yml
@@ -35,7 +35,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #
v5
with: