diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7841c26..10ef10c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: SPECDEV_WARNINGS_AS_ERRORS: "1" steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Needed for commit history if checking multiple commits - name: Setup uv @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup uv uses: astral-sh/setup-uv@v8.2.0 with: