Skip to content

Commit fd63967

Browse files
authored
Merge pull request #20 from x52dev/dependabot/github_actions/taiki-e/install-action-2.26.12
2 parents 66c84d4 + 57be9da commit fd63967

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/[email protected].7
31+
uses: taiki-e/[email protected].12
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/[email protected].7
25+
uses: taiki-e/[email protected].12
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/[email protected].7
31+
uses: taiki-e/[email protected].12
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/[email protected].7
82+
- uses: taiki-e/[email protected].12
8383
with:
8484
tool: cargo-public-api
8585

0 commit comments

Comments
 (0)