From 397e3380c75e118a75eb0b3c60eb2bf1aa3b0ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:54:54 -0800 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.22.5 to 2.23.1 (#813) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.22.5 to 2.23.1. - [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/a1f180f99a1c725ceb0e42382d8aa2402edf1558...2a505d476c2be89444ffaf18cd840761320cc917) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 9d142474..8d5c8303 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@a1f180f99a1c725ceb0e42382d8aa2402edf1558 # ratchet:taiki-e/install-action@v2.22.5 + uses: taiki-e/install-action@2a505d476c2be89444ffaf18cd840761320cc917 # ratchet:taiki-e/install-action@v2.23.1 with: tool: cross - name: Configure cross compiling