Skip to content

Commit f4b937b

Browse files
authored
Update taiki-e/install-action digest (#597)
1 parent ef2a8a8 commit f4b937b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
components: rustfmt, clippy
2323
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2424
- name: Install just, cargo-hack, and cargo-sync-rdme
25-
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2
25+
uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2
2626
with:
2727
tool: just,cargo-hack,cargo-sync-rdme
2828
- name: Lint (clippy)
@@ -78,11 +78,11 @@ jobs:
7878
with:
7979
key: ${{ matrix.rust-version }}
8080
- name: Install latest nextest release
81-
uses: taiki-e/install-action@3ad7ed62b9acd4b43f91777bf240fac23e489eac # nextest
81+
uses: taiki-e/install-action@c61310c7f42caf5b425e349b6742d93ca197327c # nextest
8282
- name: Install just
83-
uses: taiki-e/install-action@8c3da3bedd42023348e1c50df32311071d204d64 # just
83+
uses: taiki-e/install-action@027f85d6f3f6f597e480be52756f8ec59f035009 # just
8484
- name: Install cargo-hack
85-
uses: taiki-e/install-action@70a7d054d0789cea6390ef39ee4f30594f274e92 # cargo-hack
85+
uses: taiki-e/install-action@1d61d36a4863808ca6088b87190e597d75755fc8 # cargo-hack
8686
- name: Build quick-junit
8787
run: just powerset build
8888
- name: Run tests

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2626

2727
- name: Install latest nextest release
28-
uses: taiki-e/install-action@3ad7ed62b9acd4b43f91777bf240fac23e489eac # nextest
28+
uses: taiki-e/install-action@c61310c7f42caf5b425e349b6742d93ca197327c # nextest
2929
- name: Install cargo-llvm-cov
30-
uses: taiki-e/install-action@5e1127e8d025a0bf2f008ec24aae25dcd8828e12 # cargo-llvm-cov
30+
uses: taiki-e/install-action@0078e077a097102105e114583eda727499056048 # cargo-llvm-cov
3131

3232
- name: Collect coverage data
3333
# Generate separate reports for nextest and doctests, and combine them.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
1616
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
1717
- name: Install just
18-
uses: taiki-e/install-action@8c3da3bedd42023348e1c50df32311071d204d64 # just
18+
uses: taiki-e/install-action@027f85d6f3f6f597e480be52756f8ec59f035009 # just
1919
- name: Build rustdocs
2020
run: just rustdoc
2121
- name: Organize

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Rust
2424
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
2525
- name: Install cargo release
26-
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2
26+
uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2
2727
with:
2828
tool: cargo-release@0.25.0
2929
- uses: taiki-e/create-gh-release-action@eba8ea96c86cca8a37f1b56e94b4d13301fba651 # v1

0 commit comments

Comments
 (0)