There was an error while loading. Please reload this page.
1 parent 63446b5 commit 8003ed0Copy full SHA for 8003ed0
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Lint (rustfmt)
26
run: cargo xfmt --check
27
- name: Install cargo readme
28
- uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2
+ uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2
29
with:
30
tool: cargo-readme
31
- name: Run cargo readme
@@ -49,7 +49,7 @@ jobs:
49
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
50
51
toolchain: ${{ matrix.rust-version }}
52
- - uses: taiki-e/install-action@740a936627d24a66436d6a4fc358cb5b3d4b79c5 # nextest
+ - uses: taiki-e/install-action@0d949697a22925b8fa9993202894c96e1631d94b # nextest
53
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
54
- name: Build
55
run: cargo build --all-features
0 commit comments