We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337d1fe commit da60e5dCopy full SHA for da60e5d
.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