We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79eaded commit 4276547Copy full SHA for 4276547
.github/actions/setup-python-install/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: "composite"
5
steps:
6
- name: Setup Python
7
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
8
with:
9
python-version: "3.13"
10
cache: "pip"
0 commit comments