From 84b621b5e2934cdbc8fdabc89913968dc25abe35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:53:56 -0800 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.23.1 to 2.23.7 (#823) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.23.1 to 2.23.7. - [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/2a505d476c2be89444ffaf18cd840761320cc917...56ab7930c591507f833cbaed864d201386d518a8) --- 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 8d5c8303..957fa4fc 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@2a505d476c2be89444ffaf18cd840761320cc917 # ratchet:taiki-e/install-action@v2.23.1 + uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8 # ratchet:taiki-e/install-action@v2.23.7 with: tool: cross - name: Configure cross compiling