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