Skip to content

Commit ef523d1

Browse files
committed
Update taiki-e/install-action digest to 285bd10
1 parent db3099a commit ef523d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint (rustfmt)
2727
run: cargo xfmt --check
2828
- name: Install cargo readme
29-
uses: taiki-e/install-action@f860c89ccbfa08ae7bc92502c27ab631f48b8f9d # v2
29+
uses: taiki-e/install-action@285bd10d1ce81bd96d8e0c372615e57cf204e95a # v2
3030
with:
3131
tool: cargo-readme
3232
- name: Run cargo readme

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build rustdoc
2121
run: cargo doc --all-features --workspace
2222
- name: Install mdbook
23-
uses: taiki-e/install-action@f860c89ccbfa08ae7bc92502c27ab631f48b8f9d # v2
23+
uses: taiki-e/install-action@285bd10d1ce81bd96d8e0c372615e57cf204e95a # v2
2424
with:
2525
2626
- name: Run mdbook

.github/workflows/hakari.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2121
- uses: dtolnay/rust-toolchain@stable
2222
- name: Install cargo-hakari
23-
uses: taiki-e/install-action@f860c89ccbfa08ae7bc92502c27ab631f48b8f9d # v2
23+
uses: taiki-e/install-action@285bd10d1ce81bd96d8e0c372615e57cf204e95a # v2
2424
with:
2525
tool: cargo-hakari
2626
- name: Check workspace-hack Cargo.toml is up-to-date

0 commit comments

Comments
 (0)