Skip to content

Commit 58ce22b

Browse files
authored
Update taiki-e/install-action digest (#594)
1 parent 50479a6 commit 58ce22b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Lint (rustfmt)
2626
run: cargo xfmt --check
2727
- name: Install cargo readme
28-
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
28+
uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2
2929
with:
3030
tool: cargo-readme
3131
- name: Run cargo readme
@@ -49,7 +49,7 @@ jobs:
4949
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
5050
with:
5151
toolchain: ${{ matrix.rust-version }}
52-
- uses: taiki-e/install-action@6d9ce389421e24f7b73aff5e841bbe5a6b4c974c # nextest
52+
- uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest
5353
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
5454
- name: Build
5555
run: cargo build --all-features

0 commit comments

Comments
 (0)