Skip to content

Commit 731c44c

Browse files
chore(deps): bump taiki-e/install-action from 2.57.8 to 2.58.29 (#107)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6613704 commit 731c44c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
target: thumbv6m-none-eabi
5151

5252
- name: Install just, nextest
53-
uses: taiki-e/install-action@v2.57.8
53+
uses: taiki-e/install-action@v2.58.29
5454
with:
5555
tool: just,nextest
5656

.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 just & cargo-llvm-cov
26-
uses: taiki-e/install-action@v2.57.8
26+
uses: taiki-e/install-action@v2.58.29
2727
with:
2828
tool: just,cargo-llvm-cov
2929

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
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/install-action@v2.57.8
31+
uses: taiki-e/install-action@v2.58.29
3232
with:
3333
tool: just,cargo-hack
3434

@@ -76,7 +76,7 @@ jobs:
7676
components: clippy
7777

7878
- name: Install just, cargo-sort
79-
uses: taiki-e/install-action@v2.57.8
79+
uses: taiki-e/install-action@v2.58.29
8080
with:
8181
tool: just,cargo-sort
8282

0 commit comments

Comments
 (0)