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 6a86780 commit 540e2e7Copy full SHA for 540e2e7
.github/workflows/checks.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v6.0.0
19
- name: Set up Python
20
- uses: actions/setup-python@v6.0.0
+ uses: actions/setup-python@v6.1.0
21
with:
22
python-version: ${{ matrix.python }}
23
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
python-version: "3.10"
82
@@ -161,7 +161,7 @@ jobs:
161
162
163
164
165
166
167
- name: Get Python Version
0 commit comments