From 0468f2979ead99cca0502f220813544d900c2e49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:48:17 +0000 Subject: [PATCH] chore(deps): pin dtolnay/rust-toolchain action to 29eef33 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release-plz.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a51f74..4a0c9e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Install stable toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Run cargo check run: cargo check @@ -37,7 +37,7 @@ jobs: persist-credentials: false - name: Install stable toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Run cargo test run: cargo test @@ -52,7 +52,7 @@ jobs: persist-credentials: false - name: Install stable toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: components: rustfmt @@ -69,7 +69,7 @@ jobs: persist-credentials: false - name: Install stable toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: components: clippy diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index a635c70..2f0ec71 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 persist-credentials: true - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Run release-plz uses: release-plz/action@f4facd4a76fecd4b1b94f718c4f5e80510150720 # v0.5 with: @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 persist-credentials: true - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Run release-plz uses: release-plz/action@f4facd4a76fecd4b1b94f718c4f5e80510150720 # v0.5 with: