Skip to content

Commit

Permalink
Update GitHub Action taiki-e/install-action to v2.44.11 (#5249)
Browse files Browse the repository at this point in the history
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com>
  • Loading branch information
hash-worker[bot] authored Sep 28, 2024
1 parent 3dcc462 commit 4a3f032
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/warm-up-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
# cache: yarn ## Currently disabled because of frequent timeouts

- name: Install WASM tools
uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # v2.44.7
uses: taiki-e/install-action@4a3cc43080554f94def0edc47d524206f9e099e2 # v2.44.11
with:
tool: [email protected]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # v2.44.7
uses: taiki-e/install-action@4a3cc43080554f94def0edc47d524206f9e099e2 # v2.44.11
with:
tool: [email protected],[email protected]

Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # v2.44.7
uses: taiki-e/install-action@4a3cc43080554f94def0edc47d524206f9e099e2 # v2.44.11
with:
tool: [email protected],[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.lints.outputs.has-rust == 'true'
uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # v2.44.7
uses: taiki-e/install-action@4a3cc43080554f94def0edc47d524206f9e099e2 # v2.44.11
with:
tool: [email protected],[email protected],[email protected],[email protected]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # v2.44.7
uses: taiki-e/install-action@4a3cc43080554f94def0edc47d524206f9e099e2 # v2.44.11
with:
tool: [email protected],[email protected],[email protected],[email protected]

Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

- name: Install Rust tools
if: steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@7348990d6a11d92f3e482c9b1bb48cf31ab7f658 # v2.44.7
uses: taiki-e/install-action@4a3cc43080554f94def0edc47d524206f9e099e2 # v2.44.11
with:
tool: [email protected],[email protected],[email protected],[email protected]

Expand Down

0 comments on commit 4a3f032

Please sign in to comment.