From b1bf3d71ce2016b84b15e6279d9d978692af5b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:16:34 -0400 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.20.15 to 2.21.3 (#546) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.20.15 to 2.21.3. - [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/212ce016f02c04bbd7becdef0e0b68b53d80b3ab...285bd10d1ce81bd96d8e0c372615e57cf204e95a) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Pham <29749331+aarnphm@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 574a64eb..31f461e4 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@212ce016f02c04bbd7becdef0e0b68b53d80b3ab # ratchet:taiki-e/install-action@v2.20.15 + uses: taiki-e/install-action@285bd10d1ce81bd96d8e0c372615e57cf204e95a # ratchet:taiki-e/install-action@v2.21.3 with: tool: cross - name: Configure cross compiling