Skip to content

Commit 74c6e76

Browse files
authored
Merge pull request #16 from x52dev/dependabot/github_actions/taiki-e/install-action-2.26.7
chore(deps): bump taiki-e/install-action from 2.25.9 to 2.26.7
2 parents 5c3583c + 7e67e58 commit 74c6e76

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

@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
toolchain: nightly-2023-08-25
8181

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

0 commit comments

Comments
 (0)