From 6e6f3e9eea9dd226f08c6b59885c98b1e230c1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 03:09:33 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.83.3 to 2.85.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.83.3 to 2.85.11. - [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/ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20...7f4eb899022d8fe70b20c4f3de697aa85c309026) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/create-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 280a2f9f..3d2cbb18 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Install git-cliff - uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: git-cliff @@ -60,7 +60,7 @@ jobs: TAG_VERSION: ${{ needs.determine-tag-version.outputs.tag_version }} steps: - name: Install git-cliff - uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: git-cliff