Skip to content

Commit

Permalink
ci(deps): update taiki-e/install-action action from v2.27.8 to v2.28.0 (
Browse files Browse the repository at this point in the history
#692)

[![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

<details>
<summary>taiki-e/install-action (taiki-e/install-action)</summary>

###
[`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`.
([#&#8203;383](https://togithub.com/taiki-e/install-action/pull/383),
thanks [@&#8203;Ekleog](https://togithub.com/Ekleog))

- Support `sccache`.
([#&#8203;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.

</details>

---

### 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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 069892c commit da0a9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da0a9cf

Please sign in to comment.