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 d9ecb5cb main: Update actions/checkout action to v4 (#684)
d9ecb5cb is described below
commit d9ecb5cb857d2f1fed9d98c60a72c94caa7a099a
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 10 17:50:16 2025 +0100
main: Update actions/checkout action to v4 (#684)
---
regtests/client/python/.github/workflows/python.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regtests/client/python/.github/workflows/python.yml
b/regtests/client/python/.github/workflows/python.yml
index 29c6413c..20f3e6a8 100644
--- a/regtests/client/python/.github/workflows/python.yml
+++ b/regtests/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@0b93645e9fea7318ecaed2b359559ac225c90a2b #
v5
with: