From 552eb6609d16eb7259add518f709d7dd1cf91376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:42:48 -0400 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.20.3 to 2.20.15 (#526) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.20.3 to 2.20.15. - [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/47d27149ff6b3422864ec504071d5cc7873d642e...212ce016f02c04bbd7becdef0e0b68b53d80b3ab) --- 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 65e6999e..574a64eb 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -153,7 +153,7 @@ jobs: targets: ${{ matrix.job.target }} - name: Set up cross compiling if: matrix.job.cross - uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e # ratchet:taiki-e/install-action@v2.20.3 + uses: taiki-e/install-action@212ce016f02c04bbd7becdef0e0b68b53d80b3ab # ratchet:taiki-e/install-action@v2.20.15 with: tool: cross - name: Configure cross compiling