Skip to content

Commit 8003ed0

Browse files
authored
Update taiki-e/install-action digest (#586)
1 parent 63446b5 commit 8003ed0

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@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2
28+
uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # 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@740a936627d24a66436d6a4fc358cb5b3d4b79c5 # nextest
52+
- uses: taiki-e/install-action@0d949697a22925b8fa9993202894c96e1631d94b # nextest
5353
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
5454
- name: Build
5555
run: cargo build --all-features

0 commit comments

Comments
 (0)