From e466eb181133a230088d7ec2749d0c967e6c68b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 03:35:09 +0000 Subject: [PATCH] chore: bump taiki-e/install-action from 2.77.5 to 2.77.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.5 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/v2.77.5...v2.77.7) --- 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/ci.yaml | 2 +- .github/workflows/nightly.yaml | 2 +- .github/workflows/publish-docs.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4467b404c9..eb70fcac4d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -186,7 +186,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Zola - uses: taiki-e/install-action@v2.77.5 + uses: taiki-e/install-action@v2.77.7 with: tool: zola@0.22.1 diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 420408ff90..09076b320a 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -100,7 +100,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Install cargo-hack - uses: taiki-e/install-action@v2.77.5 + uses: taiki-e/install-action@v2.77.7 with: tool: cargo-hack diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index d8feda84bf..fe2937b23a 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Zola - uses: taiki-e/install-action@v2.77.5 + uses: taiki-e/install-action@v2.77.7 with: tool: zola@0.22.1