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 a2b6825 + 02df79e commit 202444cCopy full SHA for 202444c
.github/workflows/ci.yml
@@ -268,7 +268,7 @@ jobs:
268
echo "::add-matcher::.github/local-problem-matchers.json"
269
- name: Set up ${{ matrix.python.name }}
270
if: ${{ job.container == '' }}
271
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
272
with:
273
# This allows the matrix to specify just the major.minor version while still
274
# expanding it to get the latest patch version including alpha releases.
@@ -324,7 +324,7 @@ jobs:
324
steps:
325
- uses: actions/checkout@v5
326
- name: Set up Python ${{ matrix.python.dotted }}
327
328
329
python-version: ${{ matrix.python.dotted }}
330
architecture: x64
0 commit comments