From 750a598e582e7cc3858d48170f26add4abcddf86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:04:33 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action to v2.21.0 (#433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/install-action](https://togithub.com/taiki-e/install-action) | action | minor | `v2.20.17` -> `v2.21.0` | --- ### Release Notes
taiki-e/install-action (taiki-e/install-action) ### [`v2.21.0`](https://togithub.com/taiki-e/install-action/releases/tag/v2.21.0): 2.21.0 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.20.17...v2.21.0) - Support `cargo-rdme`. ([#​265](https://togithub.com/taiki-e/install-action/pull/265), thanks [@​joshka](https://togithub.com/joshka)) - Update `dprint@latest` to 0.42.2.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Mogyuchi/gh-test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a69a843fc..6641fbd2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@0e17f1a03533b48d71f4c916c50cf16ab2f3cd33 # v2.20.17 + uses: taiki-e/install-action@258659a0d3e9dc51cbe93223b7827a6d2a5809b1 # v2.21.0 with: tool: cross - run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}