From 295bfcb589ac11205241cdedbdcfca7b2177e141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:46:13 -0400 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.33.34 to 2.34.0 (#1006) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.33.34 to 2.34.0. - [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/60784cb1f434ce8a3cc04670ea753e1c8868e17e...4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd) --- 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 a91ade1d..c572237d 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -139,7 +139,7 @@ jobs: targets: ${{ matrix.job.target }} - name: Set up cross compiling if: matrix.job.cross - uses: taiki-e/install-action@60784cb1f434ce8a3cc04670ea753e1c8868e17e # ratchet:taiki-e/install-action@v2.33.34 + uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd # ratchet:taiki-e/install-action@v2.34.0 with: tool: cross - name: Configure cross compiling