diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a76cb4..9b8c377 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: # detach are all #[cfg(feature = "runtime")]), so every step passes the feature. runs-on: macos-15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # The runner's rustup reads rust-toolchain.toml and installs the pinned # channel + components. No toolchain action: pinning it to @stable would