Skip to content

Commit a769f66

Browse files
build(deps): bump taiki-e/install-action from 2.62.33 to 2.62.38 (#3808)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.33 to 2.62.38. - [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@e43a502...c5b1b6f) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.38 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 2967e4a commit a769f66

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
@@ -49,7 +49,7 @@ jobs:
4949
toolchain: ${{ matrix.version.version }}
5050

5151
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
52-
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
52+
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
5353
with:
5454
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
5555

@@ -83,7 +83,7 @@ jobs:
8383
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
8484

8585
- name: Install just, cargo-hack
86-
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
86+
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
8787
with:
8888
tool: just,cargo-hack
8989

.github/workflows/ci.yml

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

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

@@ -113,7 +113,7 @@ jobs:
113113
toolchain: nightly
114114

115115
- name: Install just
116-
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
116+
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
117117
with:
118118
tool: just
119119

.github/workflows/coverage.yml

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

2626
- name: Install just, cargo-llvm-cov, cargo-nextest
27-
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
27+
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
2828
with:
2929
tool: just,cargo-llvm-cov,cargo-nextest
3030

.github/workflows/lint.yml

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

7979
- name: Install just
80-
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
80+
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
8181
with:
8282
tool: just
8383

0 commit comments

Comments
 (0)