From 970e13fed709c7ea789013a938719a126c663949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:32:25 -0400 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.38.0 to 2.39.1 (#1018) [skip ci] Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.38.0 to 2.39.1. - [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/d0c2bb4cffa2484ea6862a142a14b7ac5057c74a...47943d5b8d7736809817cbcd80f31e7c7d6538ad) --- 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 a7d32b82d..c4d879fe0 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@d0c2bb4cffa2484ea6862a142a14b7ac5057c74a # ratchet:taiki-e/install-action@v2.38.0 + uses: taiki-e/install-action@47943d5b8d7736809817cbcd80f31e7c7d6538ad # ratchet:taiki-e/install-action@v2.39.1 with: tool: cross - name: Configure cross compiling