From c4bafb2c59e9ff4eb7a84dd6c682d86765de9522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:01:07 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action action to v2.65.13 --- .github/workflows/build-cli.yml | 2 +- .github/workflows/build-ffi.yml | 2 +- .github/workflows/build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 99a408831..dd9c309e3 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -140,7 +140,7 @@ jobs: fetch-depth: 0 - name: Install git cliff and typos - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2.65.7 + uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13 with: tool: git-cliff,typos diff --git a/.github/workflows/build-ffi.yml b/.github/workflows/build-ffi.yml index a69b0d76d..6011a7a84 100644 --- a/.github/workflows/build-ffi.yml +++ b/.github/workflows/build-ffi.yml @@ -141,7 +141,7 @@ jobs: fetch-depth: 0 - name: Install git cliff and typos - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2.65.7 + uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13 with: tool: git-cliff,typos diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c892dbf73..fdb95fdf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Install git cliff and typos - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2.65.7 + uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13 with: tool: git-cliff,typos