Skip to content

Commit fdee1a4

Browse files
Update actions/setup-python action to v6
1 parent fc20ba5 commit fdee1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)