Skip to content

Commit

Permalink
ci(release): update checkout action in release workflow (#159)
Browse files Browse the repository at this point in the history
* ci(release): add version command to release action

Signed-off-by: Timothy MacDonald <[email protected]>

* ci(release): update github action chekout step

Signed-off-by: Timothy MacDonald <[email protected]>

---------

Signed-off-by: Timothy MacDonald <[email protected]>
  • Loading branch information
tmac1973 authored Feb 13, 2024
1 parent be7d118 commit 7a94d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Install poetry
run: |
Expand Down

0 comments on commit 7a94d7a

Please sign in to comment.