diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47f0f59..56d9045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: # See top README for MSRV policy rust-version: [1.85.0, stable] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Downgrade all dependencies to their minimum version, both to ensure our # minimum version bounds are correct and buildable, as well as to satisfy @@ -109,7 +109,7 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Format run: cargo fmt --all -- --check