Skip to content

Commit da1c002

Browse files
build(deps): bump taiki-e/install-action from 2.52.7 to 2.54.0 (#687)
* build(deps): bump taiki-e/install-action from 2.52.7 to 2.53.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.52.7 to 2.53.0. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@v2.52.7...v2.53.0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuki Okushi <[email protected]>
1 parent 0be1dd8 commit da1c002

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci-post-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
toolchain: ${{ matrix.version }}
6565

6666
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
67-
uses: taiki-e/install-action@v2.52.7
67+
uses: taiki-e/install-action@v2.54.0
6868
with:
6969
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
7070

@@ -121,7 +121,7 @@ jobs:
121121
toolchain: nightly
122122

123123
- name: Install cargo-hack & cargo-minimal-versions
124-
uses: taiki-e/install-action@v2.52.7
124+
uses: taiki-e/install-action@v2.54.0
125125
with:
126126
tool: cargo-hack,cargo-minimal-versions
127127

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
toolchain: ${{ matrix.version.version }}
7474

7575
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
76-
uses: taiki-e/install-action@v2.52.7
76+
uses: taiki-e/install-action@v2.54.0
7777
with:
7878
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
7979

@@ -125,7 +125,7 @@ jobs:
125125
toolchain: nightly
126126

127127
- name: Install just
128-
uses: taiki-e/install-action@v2.52.7
128+
uses: taiki-e/install-action@v2.54.0
129129
with:
130130
tool: just
131131

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
components: llvm-tools-preview
2424

2525
- name: Install cargo-llvm-cov
26-
uses: taiki-e/install-action@v2.52.7
26+
uses: taiki-e/install-action@v2.54.0
2727
with:
2828
tool: cargo-llvm-cov
2929

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
toolchain: ${{ vars.RUST_VERSION_EXTERNAL_TYPES }}
5757

5858
- name: Install just
59-
uses: taiki-e/install-action@v2.52.7
59+
uses: taiki-e/install-action@v2.54.0
6060
with:
6161
tool: just
6262

0 commit comments

Comments
 (0)