Skip to content

Commit ad6c1bf

Browse files
Update actions/setup-python action to v6
1 parent cdd974f commit ad6c1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
using: "composite"
2626
steps:
2727
- name: Set up Python ${{ inputs.python-version }}
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ inputs.python-version }}
3131

0 commit comments

Comments
 (0)