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.
2 parents 51d4983 + 964ab8e commit 655d991Copy full SHA for 655d991
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v5
20
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
@@ -56,7 +56,7 @@ jobs:
56
57
58
- name: Set up Python 3.9
59
60
61
python-version: 3.9
62
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
26
27
28
29
0 commit comments