We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a402f24 commit 38a22d8Copy full SHA for 38a22d8
1 file changed
.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
147
- name: "Check out repository code"
148
uses: "actions/checkout@v3"
149
- name: "Set up Python"
150
- uses: "actions/setup-python@v4"
+ uses: "actions/setup-python@v5"
151
with:
152
python-version: "3.9"
153
- name: "Install Python Packages"
@@ -176,7 +176,7 @@ jobs:
176
177
178
179
180
181
182
0 commit comments