Skip to content

Commit 5e947c8

Browse files
chore(deps): bump taiki-e/install-action from 2.75.27 to 2.82.0
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.27 to 2.82.0. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@7769b73...b8cecb8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66ea224 commit 5e947c8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Install zizmor
27-
uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2
27+
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2
2828
with:
2929
tool: zizmor
3030

@@ -65,7 +65,7 @@ jobs:
6565
run: cargo test --all-targets
6666

6767
- name: Security audit (cargo audit)
68-
uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2
68+
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2
6969
with:
7070
tool: cargo-audit
7171
- name: Run security audit
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Install cross-compilation toolchain (cross-rs)
115115
if: matrix.arch == 'aarch64'
116-
uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2
116+
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2
117117
with:
118118
tool: cross
119119

.github/workflows/release-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo test --all-targets
4242

4343
- name: Security audit (cargo audit)
44-
uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2
44+
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2
4545
with:
4646
tool: cargo-audit
4747
- name: Run security audit
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Install cross-compilation toolchain (cross-rs)
9393
if: matrix.arch == 'aarch64'
94-
uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2
94+
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2
9595
with:
9696
tool: cross
9797

@@ -149,7 +149,7 @@ jobs:
149149
fetch-depth: 0
150150

151151
- name: Install git-cliff
152-
uses: taiki-e/install-action@7769b73c2ec98c38dfcf2e18c83cfd4880c038c1 # v2 — Renovate manages SHA digest updates
152+
uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2 — Renovate manages SHA digest updates
153153
with:
154154
tool: git-cliff
155155

0 commit comments

Comments
 (0)