We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325a834 commit 4c879eaCopy full SHA for 4c879ea
1 file changed
.github/workflows/ci.yml
@@ -140,7 +140,7 @@ jobs:
140
- name: "Check out repository code"
141
uses: "actions/checkout@v3"
142
- name: "Set up Python"
143
- uses: "actions/setup-python@v4"
+ uses: "actions/setup-python@v5"
144
with:
145
python-version: "3.9"
146
- name: "Install Python Packages"
@@ -169,7 +169,7 @@ jobs:
169
170
171
172
173
174
175
0 commit comments