We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808354e commit c1a3a66Copy full SHA for c1a3a66
.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.4.0
+ uses: actions/setup-python@v5.5.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