From da0a9cf7b6214408893acaceed0744cb6e1c7c6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:40:53 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action from v2.27.8 to v2.28.0 (#692) 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 | OpenSSF | |---|---|---|---|---| | [taiki-e/install-action](https://togithub.com/taiki-e/install-action) | action | minor | `v2.27.8` -> `v2.28.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/taiki-e/install-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/taiki-e/install-action) | --- ### Release Notes
taiki-e/install-action (taiki-e/install-action) ### [`v2.28.0`](https://togithub.com/taiki-e/install-action/releases/tag/v2.28.0): 2.28.0 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.27.15...v2.28.0) - Support `wasm-bindgen`. ([#​383](https://togithub.com/taiki-e/install-action/pull/383), thanks [@​Ekleog](https://togithub.com/Ekleog)) - Support `sccache`. ([#​390](https://togithub.com/taiki-e/install-action/pull/390)) ### [`v2.27.15`](https://togithub.com/taiki-e/install-action/releases/tag/v2.27.15): 2.27.15 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.27.14...v2.27.15) - Support `biome` on x86\_64/aarch64 Linux (musl). - Support `zola` on aarch64 macOS. (Previously x86\_64 macOS binary is used as fallback.) ### [`v2.27.14`](https://togithub.com/taiki-e/install-action/releases/tag/v2.27.14): 2.27.14 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.27.13...v2.27.14) - Update `syft@latest` to 1.0.0. ### [`v2.27.13`](https://togithub.com/taiki-e/install-action/releases/tag/v2.27.13): 2.27.13 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.27.12...v2.27.13) - Update `wasmtime@latest` to 18.0.2. ### [`v2.27.12`](https://togithub.com/taiki-e/install-action/releases/tag/v2.27.12): 2.27.12 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.27.11...v2.27.12) - Update `cargo-deny@latest` to 0.14.15. ### [`v2.27.11`](https://togithub.com/taiki-e/install-action/releases/tag/v2.27.11): 2.27.11 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.27.10...v2.27.11) - Update `syft@latest` to 0.105.1. ### [`v2.27.10`](https://togithub.com/taiki-e/install-action/releases/tag/v2.27.10): 2.27.10 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.27.9...v2.27.10) - Update `cargo-deny@latest` to 0.14.14. ### [`v2.27.9`](https://togithub.com/taiki-e/install-action/releases/tag/v2.27.9): 2.27.9 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.27.8...v2.27.9) - Update `cargo-deny@latest` to 0.14.13.
--- ### 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/4m-mazi/gh-test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0505d4014..ea67dcb98 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -68,7 +68,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@ffdab026038b43b56c3c9540cdadb98181c6155c # v2.27.8 + uses: taiki-e/install-action@28b5a55da2f568d1d1e3f8d5ea6e7103685abc6a # v2.28.0 with: tool: cross - run: mkdir dist