diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 0083f0df..7cc15f7b 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Rust - uses: actions-rust-lang/setup-rust-toolchain@d39b183d8d7c85028c4b64a005898c879197d13e # v1.0.2 + uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 - name: Clippy run: cargo clippy --all-targets --all-features -- -D warnings - name: Test