We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec29e1 commit 35553ebCopy full SHA for 35553eb
.github/workflows/pr.yml
@@ -27,7 +27,7 @@ jobs:
27
echo ::set-output name=candidate::$(grep version pr/pyproject.toml | awk -F\" '{print $2}')
28
29
- name: Install Python 3.8
30
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
31
with:
32
python-version: 3.8
33
0 commit comments