diff --git a/.github/workflows/ci-clippy.yml b/.github/workflows/ci-clippy.yml index 83870ea..e874084 100644 --- a/.github/workflows/ci-clippy.yml +++ b/.github/workflows/ci-clippy.yml @@ -27,7 +27,7 @@ jobs: libxdo-dev - name: Setup Rust - uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: components: clippy cache: true diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 7503e6a..75b4536 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -142,7 +142,7 @@ jobs: - name: Setup Rust if: matrix.container == '' - uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: target: ${{ matrix.target }} cache: true diff --git a/.github/workflows/ci-windows-installer.yml b/.github/workflows/ci-windows-installer.yml index dfde008..7031f31 100644 --- a/.github/workflows/ci-windows-installer.yml +++ b/.github/workflows/ci-windows-installer.yml @@ -66,7 +66,7 @@ jobs: path: . - name: Setup Rust - uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: target: ${{ matrix.target }} cache: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c7ced7..3ae62fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Rust - uses: actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: cache: true cache-on-failure: false