We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ac150 commit 3a0a4d7Copy full SHA for 3a0a4d7
1 file changed
.github/workflows/ci.yml
@@ -173,7 +173,7 @@ jobs:
173
- name: "Check out repository code"
174
uses: "actions/checkout@v4"
175
- name: "Set up Python"
176
- uses: "actions/setup-python@v5"
+ uses: "actions/setup-python@v6"
177
with:
178
python-version: "3.10"
179
- name: "Install Python Packages"
@@ -219,7 +219,7 @@ jobs:
219
220
221
222
223
224
225
0 commit comments