Skip to content

Commit c055212

Browse files
Update actions/setup-python action to v6
1 parent a80e93f commit c055212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ref: ${{ inputs.branch_client_python }}
3535
path: client-python
3636
- name: setup python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: 3.11
4040
- name: Install dependencies

0 commit comments

Comments
 (0)