diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ce155ec..598a55a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # fetch the entire repo history, required to guarantee setuptools_scm will pick up tags - uses: actions/setup-python@v5