Skip to content

Commit eb9f04f

Browse files
chore(deps): bump taiki-e/install-action from 2.77.5 to 2.79.0 in the github-actions group (#496)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent e38e2b8 commit eb9f04f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false
21-
- uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2.77.5
21+
- uses: taiki-e/install-action@7be9fd86bd1707236395105d6e9329dd1511a7e1 # v2.79.0
2222
with:
2323
tool: mdbook
2424
env:

.github/workflows/js-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
toolchain: nightly
5252
targets: wasm32-unknown-unknown
5353

54-
- uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2.77.5
54+
- uses: taiki-e/install-action@7be9fd86bd1707236395105d6e9329dd1511a7e1 # v2.79.0
5555
with:
5656
tool: just,wasm-pack
5757

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
toolchain: stable
2626
targets: wasm32-unknown-unknown
2727

28-
- uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2.77.5
28+
- uses: taiki-e/install-action@7be9fd86bd1707236395105d6e9329dd1511a7e1 # v2.79.0
2929
with:
3030
tool: just,wasm-pack
3131

.github/workflows/wasmstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
2222
with:
2323
toolchain: stable
24-
- uses: taiki-e/install-action@fa0dd4cd0a40696e6f9766370614a5ce482e6aa8 # v2.77.5
24+
- uses: taiki-e/install-action@7be9fd86bd1707236395105d6e9329dd1511a7e1 # v2.79.0
2525
with:
2626
tool: cargo-binstall,just,ripgrep,wasmtime
2727
env:

0 commit comments

Comments
 (0)