diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 68c8afc8..4862cfb4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -6,7 +6,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow diff --git a/.github/workflows/tox-pytest.yml b/.github/workflows/tox-pytest.yml index de55662b..db63418f 100644 --- a/.github/workflows/tox-pytest.yml +++ b/.github/workflows/tox-pytest.yml @@ -12,7 +12,7 @@ jobs: python-version: ["3.12", "3.13"] fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 - name: Install uv