From b76d0d6269067ba7728cedd35f6831aa8fb61c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:14:22 +0000 Subject: [PATCH] build(deps): Bump taiki-e/install-action in the actions-all group Bumps the actions-all group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.79.3 to 2.79.9 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/65851e10cd6c377f11a60e600abc07cb08643468...8f531eaecd1898bc3da7d104ad91bee98d1b97bd) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ec0bc4..d307ecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: # rather than building cargo-deny from source (~3 min savings). - name: Install cargo-deny if: matrix.runner == 'ubuntu-latest' - uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 + uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 with: tool: cargo-deny diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5d604e..17023d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,7 @@ jobs: run: brew install pkg-config - name: Install cargo-packager - uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 + uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 with: tool: cargo-packager @@ -254,7 +254,7 @@ jobs: shared-key: release - name: Install cargo-packager - uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 + uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 with: tool: cargo-packager @@ -268,7 +268,7 @@ jobs: # identifiers like `0.9.0-alpha.3` — NSIS has no such limit. - name: Install cargo-wix if: ${{ !contains(env.EFFECTIVE_VERSION, '-') }} - uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 + uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 with: tool: cargo-wix @@ -440,7 +440,7 @@ jobs: libarchive-tools - name: Install cargo-packager - uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 + uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 with: tool: cargo-packager