Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.44.43 to 2.44.60 (#3494)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 568bffe commit ef97705
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/[email protected].43
uses: taiki-e/[email protected].60
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions-rust-lang/[email protected]

- name: Install just, cargo-hack
uses: taiki-e/[email protected].43
uses: taiki-e/[email protected].60
with:
tool: just,cargo-hack

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/[email protected].43
uses: taiki-e/[email protected].60
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
toolchain: nightly

- name: Install just
uses: taiki-e/[email protected].43
uses: taiki-e/[email protected].60
with:
tool: just

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
components: llvm-tools

- name: Install just, cargo-llvm-cov, cargo-nextest
uses: taiki-e/[email protected].43
uses: taiki-e/[email protected].60
with:
tool: just,cargo-llvm-cov,cargo-nextest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
toolchain: nightly-2024-05-01

- name: Install just
uses: taiki-e/[email protected].43
uses: taiki-e/[email protected].60
with:
tool: just

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
toolchain: nightly-2024-09-30

- name: Install cargo-public-api
uses: taiki-e/[email protected].43
uses: taiki-e/[email protected].60
with:
tool: cargo-public-api

Expand Down

0 comments on commit ef97705

Please sign in to comment.