From 7a94d7aba492ced180fce4943d4a374ed62c224d Mon Sep 17 00:00:00 2001 From: Timothy MacDonald Date: Tue, 13 Feb 2024 10:20:44 -0600 Subject: [PATCH] ci(release): update checkout action in release workflow (#159) * ci(release): add version command to release action Signed-off-by: Timothy MacDonald * ci(release): update github action chekout step Signed-off-by: Timothy MacDonald --------- Signed-off-by: Timothy MacDonald --- .github/workflows/python-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 026026f..00b1d49 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -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: |