From af6a1982be40ae259b47400717892e1f3b2912c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 06:44:58 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.87.14 to 2.87.15 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.14 to 2.87.15. - [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/76c2e6406e52637deed7160d77bded76bd83e06e...4076c08d76dba979c11a7285295b0716c1d67908) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39c0ab9..9521286 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: run: python3 scripts/check-licenses.py - name: Install cargo-deny - uses: taiki-e/install-action@76c2e6406e52637deed7160d77bded76bd83e06e # v2.87.14 + uses: taiki-e/install-action@4076c08d76dba979c11a7285295b0716c1d67908 # v2.87.15 with: tool: cargo-deny