diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4862cfb4..27bb591e 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@v6 + - uses: actions/checkout@v7 - 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 257f5a7c..55764177 100644 --- a/.github/workflows/tox-pytest.yml +++ b/.github/workflows/tox-pytest.yml @@ -11,7 +11,7 @@ jobs: os: ["ubuntu-latest", "windows-latest"] fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 2 - name: Install uv @@ -41,7 +41,7 @@ jobs: if: always() steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Install uv