From ee2cb72cd657c14865575b5894d641c0edff8147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:38:28 -0500 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.25.1 to 2.25.9 (#856) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.25.1 to 2.25.9. - [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/98cdbf3892eb5b31fc9b26666699439be4d9d88a...8984d603c208823d3c1a1b796f4081736f3ae3f9) --- 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 75f5014e5..afab21cac 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -151,7 +151,7 @@ jobs: targets: ${{ matrix.job.target }} - name: Set up cross compiling if: matrix.job.cross - uses: taiki-e/install-action@98cdbf3892eb5b31fc9b26666699439be4d9d88a # ratchet:taiki-e/install-action@v2.25.1 + uses: taiki-e/install-action@8984d603c208823d3c1a1b796f4081736f3ae3f9 # ratchet:taiki-e/install-action@v2.25.9 with: tool: cross - name: Configure cross compiling