diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index be11a15..d411c99 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,7 +10,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: dtolnay/rust-toolchain@stable - name: Run tests run: cargo test --verbose @@ -18,7 +18,7 @@ jobs: name: Rustfmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: dtolnay/rust-toolchain@stable with: components: rustfmt @@ -28,7 +28,7 @@ jobs: name: Run Clippy runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: dtolnay/rust-toolchain@stable with: components: clippy