Skip to content

Commit 3f3f6c1

Browse files
Update actions/setup-python action to v6
1 parent fb4103c commit 3f3f6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
runs:
1515
using: "composite"
1616
steps:
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: ${{ inputs.python-version }}
2020

0 commit comments

Comments
 (0)