From 789cc21f085978a063380d13a5130df41257e8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:26:01 +0000 Subject: [PATCH] Bump taiki-e/install-action in the github-actions group Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.85.0 to 2.85.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/7572810d7dd469b651bb7793945692cf78da5dd7...18b1216eba7f8039b0f8d131d5473787f0edce68) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63f5daa..72dec3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - uses: dart-lang/setup-dart@v1 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 + uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 # v2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38a58c0..4fe0322 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: - uses: dart-lang/setup-dart@v1 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 # v2 + uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 # v2 with: tool: cargo-llvm-cov