From d3ae696b860e7e002f0e42a6fc7ad02a834f6be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:12:35 -0500 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.21.17 to 2.21.19 (#735) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.21.17 to 2.21.19. - [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/ccc14bdc8d34cddf54e4f9fb2da0c208427207a3...b61491983a082ef851796e8c4feac004b49da5be) --- 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 53241aeb..f8643eed 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@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3 # ratchet:taiki-e/install-action@v2.21.17 + uses: taiki-e/install-action@b61491983a082ef851796e8c4feac004b49da5be # ratchet:taiki-e/install-action@v2.21.19 with: tool: cross - name: Configure cross compiling