From 9e8a4ffe38975c5140ce77c8fa22574aaa6f9482 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 5 May 2026 21:41:17 +0700 Subject: [PATCH] ci: Update stable Rust to 1.96, typos to 1.46, checkout to v6 --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80c7baf..58dba4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ env: # version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still # come automatically. If the version specified here is no longer the latest stable version, # then please feel free to submit a PR that adjusts it along with the potential clippy fixes. - RUST_STABLE_VER: "1.93" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7 + RUST_STABLE_VER: "1.95" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7 # The purpose of checking with the minimum supported Rust toolchain is to detect its staleness. # If the compilation fails, then the version specified here needs to be bumped up to reality. # Be sure to also update the rust-version property in the workspace Cargo.toml file, @@ -66,7 +66,7 @@ jobs: name: formatting runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install stable toolchain uses: dtolnay/rust-toolchain@master @@ -100,7 +100,7 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install stable toolchain uses: dtolnay/rust-toolchain@master @@ -132,7 +132,7 @@ jobs: name: cargo clippy (wasm32) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install stable toolchain uses: dtolnay/rust-toolchain@master @@ -164,7 +164,7 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install stable toolchain uses: dtolnay/rust-toolchain@master @@ -191,7 +191,7 @@ jobs: name: cargo test (wasm32) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install stable toolchain uses: dtolnay/rust-toolchain@master @@ -215,7 +215,7 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install msrv toolchain uses: dtolnay/rust-toolchain@master @@ -243,7 +243,7 @@ jobs: name: cargo check (msrv) (wasm32) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install msrv toolchain uses: dtolnay/rust-toolchain@master @@ -270,7 +270,7 @@ jobs: # If we get per-platform docs (win/macos/linux/wasm32/..) then doc jobs should match that. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install nightly toolchain uses: dtolnay/rust-toolchain@nightly @@ -290,7 +290,7 @@ jobs: typos: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: check typos - uses: crate-ci/typos@v1.40.0 + uses: crate-ci/typos@v1.46.0