From bef2cafcedd072857742da53256dd472a5855655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 09:22:40 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.77.3 to 2.78.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.3 to 2.78.3. - [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/e3134ec54b36203e18f2d1e80652058bd078dd91...0e01fba183f89b991766ac4092315c09f1acb55c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.78.3 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 c1b36fa..9b83b7f 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@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 + uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3 with: tool: just @@ -80,13 +80,13 @@ jobs: - name: Install typos-cli if: matrix.os != 'windows-latest' - uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 + uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3 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@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 + uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3 with: tool: taplo-cli diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f030c79..5202206 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@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 + uses: taiki-e/install-action@0e01fba183f89b991766ac4092315c09f1acb55c # v2.78.3 with: tool: just