From 289e171e20e02c3c13efc295d769559c5b564ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 00:17:45 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.77.2 to 2.77.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.2 to 2.77.7. - [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/3fa6878dc4ae603f73960271565a082bf196ab96...3235f8901fd37ffed0052b276cec25a362fb82e9) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/language.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/language.yml b/.github/workflows/language.yml index d14c58f..06f873a 100644 --- a/.github/workflows/language.yml +++ b/.github/workflows/language.yml @@ -44,12 +44,12 @@ jobs: run: rustup toolchain install nightly --component rustfmt - name: Install cargo-make - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7 with: tool: cargo-make - name: Install nextest - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7 with: tool: nextest @@ -85,7 +85,7 @@ jobs: cache-dependency-path: site/package-lock.json - name: Install cargo-make - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7 with: tool: cargo-make @@ -110,12 +110,12 @@ jobs: rustflags: '' - name: Install cargo-make - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7 with: tool: cargo-make - name: Install taplo - uses: taiki-e/install-action@3fa6878dc4ae603f73960271565a082bf196ab96 # v2.77.2 + uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7 with: tool: taplo