We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 865270c + 3440504 commit 1123bb5Copy full SHA for 1123bb5
action.yaml
@@ -5,7 +5,7 @@ runs:
5
using: "composite"
6
steps:
7
- name: Set up Python
8
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
9
with:
10
python-version: "3.13"
11
- name: Install dependencies
0 commit comments