Skip to content

Commit 7312865

Browse files
committed
Revert to using checkout Action v2 in the publishing CI
1 parent 0befa33 commit 7312865

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
with:
14-
fetch-depth: 0
12+
- uses: actions/checkout@v2
1513
- name: Set up Python
1614
uses: actions/setup-python@v5
1715
with:

0 commit comments

Comments
 (0)