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: