We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707b18e commit 837f7d5Copy full SHA for 837f7d5
.github/workflows/pypi-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
cat CHANGELOG.md
39
40
- name: Setup python
41
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
42
with:
43
python-version: '3.9'
44
.github/workflows/python.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v3
35
36
- name: Set up Python ${{ matrix.python-version }}
37
python-version: ${{ matrix.python-version }}
0 commit comments