Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 0ada60c

Browse files
authored
Merge pull request #133 from x52dev/dependabot/github_actions/taiki-e/install-action-2.49.11
build(deps): Bump taiki-e/install-action from 2.48.13 to 2.49.11
2 parents 3c559ae + 7b4fcb1 commit 0ada60c

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

3030
- name: Install cargo-hack
31-
uses: taiki-e/install-action@v2.48.13
31+
uses: taiki-e/install-action@v2.49.11
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.48.13
25+
uses: taiki-e/install-action@v2.49.11
2626
with:
2727
tool: cargo-llvm-cov
2828

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

@@ -83,7 +83,7 @@ jobs:
8383
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
8484

8585
- name: Install cargo-public-api
86-
uses: taiki-e/install-action@v2.48.13
86+
uses: taiki-e/install-action@v2.49.11
8787
with:
8888
tool: cargo-public-api
8989

0 commit comments

Comments
 (0)