diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b31c073..f41071a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: - python-version: '3.7' container-image: python:3.7 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Fetch all the history so setuptools_scm can version relative to the # most recent version tag.