Skip to content

Commit c770ed5

Browse files
authored
main: Update actions/checkout action to v4 (#1670)
1 parent b2a2cd4 commit c770ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/python/.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3939
- name: Set up Python ${{ matrix.python-version }}
4040
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4141
with:

0 commit comments

Comments
 (0)