Skip to content

Commit 4da9207

Browse files
committed
Bump to setup-python v5
1 parent 6fd7f85 commit 4da9207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ runs:
2020
using: 'composite'
2121
steps:
2222
- name: Set up Python ${{ inputs.version }}
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ inputs.version }}
2626
if: ${{ inputs.uv == 'true' }}
2727

2828
- name: Set up Python ${{ inputs.version }}
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ inputs.version }}
3232
cache: "pip"

0 commit comments

Comments
 (0)