diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c8c420..6f83f04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Rust toolchain - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 + uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a with: toolchain: "1.73.0" components: rustfmt @@ -95,7 +95,7 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: ${{ matrix.allow-prereleases }} - - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 + - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a with: toolchain: "1.73.0" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 95e277e..0b38493 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -158,7 +158,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 + - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a with: toolchain: "1.73.0"