We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e2fc5 commit d2bc6b3Copy full SHA for d2bc6b3
2 files changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
22
name: Install Python
23
24
python-version: "3.11"
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
steps:
27
- uses: actions/checkout@v5
28
29
30
python-version: ${{ matrix.python_version }}
31
allow-prereleases: true
0 commit comments