From 83990221eaf35971c90d102b3042d1760afc6061 Mon Sep 17 00:00:00 2001 From: Timothy Pansino <11214426+TimPansino@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:38:07 -0800 Subject: [PATCH] Add checkout actions to deploy workflow (#1027) --- .github/workflows/deploy-python.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-python.yml b/.github/workflows/deploy-python.yml index ceece33466..a579703034 100644 --- a/.github/workflows/deploy-python.yml +++ b/.github/workflows/deploy-python.yml @@ -135,6 +135,11 @@ jobs: - build-sdist steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + fetch-depth: 0 + - uses: actions/setup-python@v2 with: python-version: "3.x"