Skip to content

Commit

Permalink
Update GitHub Action taiki-e/install-action to v2.49.14
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-worker[bot] authored Mar 5, 2025
1 parent 0511c89 commit 2d8d724
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 @@ -20,7 +20,7 @@ runs:
GITHUB_TOKEN: ${{ inputs.token }}

- name: Install WASM tools
uses: taiki-e/install-action@3c8fc6eaa5fcff049bb133c1f540c6c2287a191f # v2.49.10
uses: taiki-e/install-action@a50413355c47e4c63a8d72dfaccdf927f53c4c45 # v2.49.14
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 @@ -88,7 +88,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@3c8fc6eaa5fcff049bb133c1f540c6c2287a191f # v2.49.10
uses: taiki-e/install-action@a50413355c47e4c63a8d72dfaccdf927f53c4c45 # v2.49.14
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@3c8fc6eaa5fcff049bb133c1f540c6c2287a191f # v2.49.10
uses: taiki-e/install-action@a50413355c47e4c63a8d72dfaccdf927f53c4c45 # v2.49.14
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 @@ -103,7 +103,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.lints.outputs.has-rust == 'true'
uses: taiki-e/install-action@3c8fc6eaa5fcff049bb133c1f540c6c2287a191f # v2.49.10
uses: taiki-e/install-action@a50413355c47e4c63a8d72dfaccdf927f53c4c45 # v2.49.14
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 @@ -150,7 +150,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@3c8fc6eaa5fcff049bb133c1f540c6c2287a191f # v2.49.10
uses: taiki-e/install-action@a50413355c47e4c63a8d72dfaccdf927f53c4c45 # v2.49.14
with:
tool: [email protected],[email protected],[email protected],[email protected]

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

- name: Install Rust tools
if: steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@3c8fc6eaa5fcff049bb133c1f540c6c2287a191f # v2.49.10
uses: taiki-e/install-action@a50413355c47e4c63a8d72dfaccdf927f53c4c45 # v2.49.14
with:
tool: [email protected],[email protected],[email protected],[email protected]

Expand Down

0 comments on commit 2d8d724

Please sign in to comment.