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 0ad7bd5 + 0b2bd2f commit 93dfe0eCopy full SHA for 93dfe0e
2 files changed
.github/workflows/test-matrix.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
persist-credentials: false
32
- name: Set up Python
33
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v6.1.0
34
35
python-version: ${{ matrix.config[0] }}
36
allow-prereleases: true
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
steps:
39
- uses: actions/checkout@v6.0.0
40
41
- uses: actions/setup-python@v6.0.0
42
43
44
- name: Install dependencies
0 commit comments