Skip to content

Commit 7edca8e

Browse files
authored
Merge pull request #10 from rcmdnk/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents e761a88 + b808f8e commit 7edca8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ runs:
129129
pipx install poetry
130130
echo "::endgroup::"
131131
shell: bash
132-
- uses: actions/setup-python@v5
132+
- uses: actions/setup-python@v6
133133
if: ${{ inputs.setup-python == '1' && inputs.setup-type != 'uv' }}
134134
with:
135135
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)