Skip to content

Commit a673415

Browse files
chore(deps): update taiki-e/install-action action to v2.62.59
1 parent 40be1dd commit a673415

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
9898

99-
- uses: taiki-e/install-action@7fe7b8c79a3c5569643cf27dfc32456883a4cd4d # v2.62.16
99+
- uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
100100
with:
101101
# renovate: taiki-e/install-action
102102
tool: cargo-vcpkg@0.1.7

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# pick the pr HEAD instead of the merge commit
2424
ref: ${{ github.event.pull_request.head.sha }}
2525

26-
- uses: taiki-e/install-action@7fe7b8c79a3c5569643cf27dfc32456883a4cd4d # v2.62.16
26+
- uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
2727
with:
2828
# renovate: taiki-e/install-action
2929
tool: cocogitto@6.0.0

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4747

48-
- uses: taiki-e/install-action@7fe7b8c79a3c5569643cf27dfc32456883a4cd4d # v2.62.16
48+
- uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
4949
with:
5050
# renovate: taiki-e/install-action
5151
tool: cargo-docs-rs@1.0.0

.github/workflows/minver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4444

4545
# https://github.com/taiki-e/cargo-minimal-versions#prerequisites
46-
- uses: taiki-e/install-action@7fe7b8c79a3c5569643cf27dfc32456883a4cd4d # v2.62.16
46+
- uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
4747
with:
4848
# renovate: taiki-e/install-action
4949
tool: cargo-hack@0.6.37
5050

51-
- uses: taiki-e/install-action@7fe7b8c79a3c5569643cf27dfc32456883a4cd4d # v2.62.16
51+
- uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
5252
with:
5353
# renovate: taiki-e/install-action
5454
tool: cargo-minimal-versions@0.1.31

.github/workflows/msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: ./.github/actions/setup-libmagic
4444

45-
- uses: taiki-e/install-action@7fe7b8c79a3c5569643cf27dfc32456883a4cd4d # v2.62.16
45+
- uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
4646
with:
4747
# renovate: taiki-e/install-action
4848
tool: cargo-msrv@0.18.4

.github/workflows/test-libmagic-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
RUSTUP_TOOLCHAIN: ${{ steps.toolchain.outputs.name }}
107107
CRATE_LIBMAGIC_VERSION_FEATURE: ${{ steps.release.outputs.feature }}
108108
109-
- uses: taiki-e/install-action@7fe7b8c79a3c5569643cf27dfc32456883a4cd4d # v2.62.16
109+
- uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
110110
with:
111111
# renovate: taiki-e/install-action
112112
tool: bindgen-cli@0.72.0

0 commit comments

Comments
 (0)