diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8f84f96..37c557f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -11,7 +11,7 @@ jobs: contents: write # Allow pushing commits back to repo timeout-minutes: ${{ github.event_name == 'pull_request' && 10 || 60 }} steps: - - uses: actions/checkout@v6 # No LFS needed anymore + - uses: actions/checkout@v7 # No LFS needed anymore - name: Cache system packages uses: actions/cache@v5 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d582675..56fdf68 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup uv uses: astral-sh/setup-uv@v7