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 7b11e03 commit 0ffb980Copy full SHA for 0ffb980
.github/workflows/checks.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/[email protected]
19
- name: Set up Python
20
- uses: actions/setup-python@v5.3.0
+ uses: actions/setup-python@v5.4.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
@@ -164,7 +164,7 @@ jobs:
164
165
166
167
168
169
170
- name: Get Python Version
0 commit comments