Skip to content

Commit 4b8c9d2

Browse files
authored
Update publish.yml
[ci skip]
1 parent e006ea1 commit 4b8c9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v4
2020
with:
2121
python-version: 3.8
2222

0 commit comments

Comments
 (0)