diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 771659bf..d1621e0b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch full history for git describe to work diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 87b7368f..301237df 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -199,7 +199,7 @@ jobs: FMT_REF: "11.1.4" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # unshallow for setuptools-scm.get_version to discover tags