3131 uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
3232 with :
3333 prefix-key : " v0-${{ matrix.simd_mode }}"
34- - uses : taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
34+ - uses : taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
3535 with : { tool: 'just,cargo-binstall' }
3636 - run : just ci-test
3737
4545 with : { persist-credentials: false, submodules: recursive }
4646 - if : github.event_name != 'release' && github.event_name != 'workflow_dispatch'
4747 uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
48- - uses : taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
48+ - uses : taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
4949 with : { tool: 'just' }
5050 - run : rustup install nightly --profile minimal
5151 - run : just test-publish
6060 with : { persist-credentials: false, submodules: recursive }
6161 - if : github.event_name != 'release' && github.event_name != 'workflow_dispatch'
6262 uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
63- - uses : taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
63+ - uses : taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
6464 with : { tool: 'just' }
6565 - name : Read MSRV
6666 id : msrv
9393 - run : rustup toolchain install nightly
9494 - run : rustup default nightly
9595 # Install and cache `cargo-fuzz`.
96- - uses : taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
96+ - uses : taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
9797 with : { tool: 'cargo-binstall' }
9898 - run : cargo binstall -y cargo-fuzz@0.13.1 # Pinned to avoid breakage.
9999 # Build and then run the fuzz target.
@@ -117,7 +117,7 @@ jobs:
117117 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
118118 with : { persist-credentials: false, submodules: recursive }
119119 - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
120- - uses : taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7
120+ - uses : taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
121121 with : { tool: 'just,cargo-llvm-cov' }
122122 - name : Generate code coverage
123123 run : just ci-coverage
0 commit comments