Skip to content

Commit 0f7efa4

Browse files
authored
Merge pull request #44 from x52dev/dependabot/github_actions/taiki-e/install-action-2.62.1
chore(deps): bump taiki-e/install-action from 2.61.5 to 2.62.1
2 parents d9099c2 + da80527 commit 0f7efa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
toolchain: ${{ matrix.toolchain.version }}
5252

5353
- name: Install cargo-nextest
54-
uses: taiki-e/install-action@v2.61.5
54+
uses: taiki-e/install-action@v2.62.1
5555
with:
5656
tool: cargo-nextest
5757

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: nicknovitski/[email protected]
3636

3737
- name: Install cargo-llvm-cov
38-
uses: taiki-e/install-action@v2.61.5
38+
uses: taiki-e/install-action@v2.62.1
3939
with:
4040
tool: cargo-llvm-cov
4141

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions-rust-lang/setup-rust-toolchain@v1
7878

7979
- name: Install cargo-deny
80-
uses: taiki-e/install-action@v2.61.5
80+
uses: taiki-e/install-action@v2.62.1
8181
with:
8282
tool: cargo-deny
8383

0 commit comments

Comments
 (0)