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 0403d4a commit 5e3f08eCopy full SHA for 5e3f08e
.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@v4
326
- name: Set up Python ${{ matrix.python.dotted }}
327
328
329
python-version: ${{ matrix.python.dotted }}
330
architecture: x64
0 commit comments