We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c985e4 commit 6883cabCopy full SHA for 6883cab
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
persist-credentials: false
24
- name: Set up Python
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
27
python-version: "3.10"
28
- name: Install dependencies
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Setup python
45
46
47
python-version: ${{ matrix.python-version }}
48
allow-prereleases: true
@@ -79,7 +79,7 @@ jobs:
79
timeout-minutes: 10
80
steps:
81
- name: Setup Python
82
83
- uses: actions/checkout@v5
84
85
0 commit comments