We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e006ea1 commit 4b8c9d2Copy full SHA for 4b8c9d2
.github/workflows/publish.yml
@@ -13,10 +13,10 @@ jobs:
13
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
20
21
python-version: 3.8
22
0 commit comments