From 60ffbee6fc9742130f237c8035043d77eb6764e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 12:22:45 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.79.2 to 2.79.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.79.2 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/213ccc1a076163c093f914550b94feb90fab916d...f48d2f8ba2b452934c948b7be1a768079c3632ff) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 17b61cd49..393d5c635 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: with: mold-version: ${{ inputs.mold-version }} - name: Install cargo-nextest - uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2.79.2 + uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 with: tool: cargo-nextest - name: cargo nextest run