From 3b2eaab45f4a5cb4ba0b1f535ca04245e3475de9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 00:58:31 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action action to v2.62.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bb0f39f..2660247 100644 --- a/action.yml +++ b/action.yml @@ -81,7 +81,7 @@ runs: save-if: ${{ inputs.save-cache == 'true' }} - name: Install Tools - uses: taiki-e/install-action@0aa4f22591557b744fe31e55dbfcdfea74a073f7 # v2.61.10 + uses: taiki-e/install-action@d6912b47771be2c443ec90dbb3d28e023987e782 # v2.62.1 if: ${{ inputs.tools }} with: tool: ${{ inputs.tools }}