From 43111c1e93d9dbfad490e11100fc1c36e4794f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:08:22 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.21.19 to 2.21.26 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.21.19 to 2.21.26. - [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/b61491983a082ef851796e8c4feac004b49da5be...d211c4be5a95cbcd52a0870dda7d63a107a58368) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 f8643eed7..884f0a47b 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@b61491983a082ef851796e8c4feac004b49da5be # ratchet:taiki-e/install-action@v2.21.19 + uses: taiki-e/install-action@d211c4be5a95cbcd52a0870dda7d63a107a58368 # ratchet:taiki-e/install-action@v2.21.26 with: tool: cross - name: Configure cross compiling