Skip to content

Commit

Permalink
fix version num in doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Nov 30, 2023
1 parent 1bc96de commit 84bd92d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 84bd92d

Please sign in to comment.