From ad1de780ee098e4f94414866548e2f14d8dc6b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 09:24:11 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.78.3 to 2.79.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.78.3 to 2.79.6. - [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/0e01fba183f89b991766ac4092315c09f1acb55c...f48d2f8ba2b452934c948b7be1a768079c3632ff) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/codecov.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b13fe98..b136047 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Install just if: matrix.os != 'windows-latest' - uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3 + uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 with: tool: just @@ -80,13 +80,13 @@ jobs: - name: Install typos-cli if: matrix.os != 'windows-latest' - uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3 + uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 with: tool: typos-cli@${{ env.TYPOS_VERSION }} - name: Install taplo (for TOML formatting and linting) if: matrix.os != 'windows-latest' - uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3 + uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 with: tool: taplo-cli diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 389c1f2..c8eb2e0 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -55,7 +55,7 @@ jobs: fi - name: Install just - uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3 + uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 with: tool: just