From ce00bd92db87f9b9edfe22f294f0b80e9bf12b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:07:43 -0400 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.41.7 to 2.41.11 (#1033) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.41.7 to 2.41.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/331a600f1b10a3fed8dc56f925012bede91ae51f...64e4e2f995104968c78bd697b253d55bf557af66) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/binary-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-releases.yml b/.github/workflows/binary-releases.yml index 7ebd5c30..499fa001 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -139,7 +139,7 @@ jobs: targets: ${{ matrix.job.target }} - name: Set up cross compiling if: matrix.job.cross - uses: taiki-e/install-action@331a600f1b10a3fed8dc56f925012bede91ae51f # ratchet:taiki-e/install-action@v2.41.7 + uses: taiki-e/install-action@64e4e2f995104968c78bd697b253d55bf557af66 # ratchet:taiki-e/install-action@v2.41.11 with: tool: cross - name: Configure cross compiling