diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index d4c2e8b..193ba6f 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Needed for setuptools_scm to work correctly diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f98af1f..e007f0f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: shell: bash steps: - name: Check out - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Needed for setuptools_scm to work correctly - name: Install uv diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 88ffdac..a0e5d29 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -22,7 +22,7 @@ jobs: shell: bash steps: - name: Check out - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Needed for setuptools_scm to work correctly