Skip to content

Commit 5dead7f

Browse files
build(deps): bump taiki-e/install-action from 2.49.10 to 2.49.18 (#86)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.49.10 to 2.49.18. - [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.49.10...v2.49.18) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac9fb87 commit 5dead7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
toolchain: ${{ matrix.toolchain.version }}
4444

4545
- name: Install just, cargo-nextest
46-
uses: taiki-e/[email protected].10
46+
uses: taiki-e/[email protected].18
4747
with:
4848
tool: just,cargo-nextest
4949

.github/workflows/coverage.yml

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

2525
- name: Install just, cargo-llvm-cov
26-
uses: taiki-e/[email protected].10
26+
uses: taiki-e/[email protected].18
2727
with:
2828
tool: just,cargo-llvm-cov
2929

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
components: clippy
2929

3030
- name: Install just, cargo-hack
31-
uses: taiki-e/[email protected].10
31+
uses: taiki-e/[email protected].18
3232
with:
3333
tool: just,cargo-hack
3434

@@ -80,7 +80,7 @@ jobs:
8080
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
8181

8282
- name: Install cargo-public-api
83-
uses: taiki-e/[email protected].10
83+
uses: taiki-e/[email protected].18
8484
with:
8585
tool: cargo-public-api
8686

0 commit comments

Comments
 (0)