diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 088e1a7c95..0925cbb0f8 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable - uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49916e55f2..70d6d2dac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + - uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: ${{ matrix.rust }} components: rust-src @@ -96,7 +96,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + - uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: nightly components: clippy,rustfmt @@ -125,7 +125,7 @@ jobs: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable - uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4 @@ -149,7 +149,7 @@ jobs: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable - uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4 @@ -170,7 +170,7 @@ jobs: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: nightly - name: Install cargo-llvm-cov @@ -198,7 +198,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81886c5a41..2ffbd00b6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false - - uses: dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22 + - uses: dtolnay/rust-toolchain@c758e63728211bd4acda6501cfa2a16c5c751fc4 with: toolchain: stable - run: cargo package