Skip to content

Commit 9c50ec4

Browse files
chore(deps): update actions/setup-python action to v6 (#5328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5d7768 commit 9c50ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ runs:
144144
shell: bash
145145
run: pipx install poetry==2
146146

147-
- uses: actions/setup-python@v5
147+
- uses: actions/setup-python@v6
148148
if: ${{ inputs.language == 'python' }}
149149
with:
150150
python-version: ${{ inputs.version }}

clients/algoliasearch-client-python/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.13.7
2424

0 commit comments

Comments
 (0)