Skip to content

Commit 1bade7b

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions-rust-lang/setup-rust-toolchain-1.9.0
2 parents a07b12b + eb21cf8 commit 1bade7b

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
@@ -28,7 +28,7 @@ jobs:
2828
toolchain: '1.56'
2929

3030
- name: Install cargo-hack
31-
uses: taiki-e/install-action@v2.34.0
31+
uses: taiki-e/install-action@v2.38.0
3232
with:
3333
tool: cargo-hack
3434

.github/workflows/coverage.yml

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

2424
- name: Install cargo-llvm-cov
25-
uses: taiki-e/install-action@v2.34.0
25+
uses: taiki-e/install-action@v2.38.0
2626
with:
2727
tool: cargo-llvm-cov
2828

.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 cargo-hack
31-
uses: taiki-e/install-action@v2.34.0
31+
uses: taiki-e/install-action@v2.38.0
3232
with:
3333
tool: cargo-hack
3434

@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
toolchain: nightly-2024-04-26
8181

82-
- uses: taiki-e/install-action@v2.34.0
82+
- uses: taiki-e/install-action@v2.38.0
8383
with:
8484
tool: cargo-public-api
8585

0 commit comments

Comments
 (0)