Skip to content

Commit 9ef10fb

Browse files
authored
Merge pull request #4 from x52dev/dependabot/github_actions/taiki-e/install-action-2.25.2
2 parents 7cba1e6 + acbbd59 commit 9ef10fb

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

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

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
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.21.26
25+
uses: taiki-e/install-action@v2.25.2
2626
with:
2727
tool: cargo-llvm-cov
2828

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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.21.26
31+
uses: taiki-e/install-action@v2.25.2
3232
with:
3333
tool: cargo-hack
3434

0 commit comments

Comments
 (0)