diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 129c6c0..370ce46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: python-version: ["3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 # hatch-vcs needs full history to resolve version from tags