From 67236c653216dad8515c5f9ea85e70c0618354ba Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 02:38:33 +0000 Subject: [PATCH] ci(deps): update taiki-e/install-action action from v2.33.26 to v2.33.28 (#751) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [taiki-e/install-action](https://togithub.com/taiki-e/install-action) | action | patch | `v2.33.26` -> `v2.33.28` | [![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.33.28`](https://togithub.com/taiki-e/install-action/releases/tag/v2.33.28): 2.33.28 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.33.27...v2.33.28) - Update `wasmtime@latest` to 21.0.1. ### [`v2.33.27`](https://togithub.com/taiki-e/install-action/releases/tag/v2.33.27): 2.33.27 [Compare Source](https://togithub.com/taiki-e/install-action/compare/v2.33.26...v2.33.27) - Update `wasmtime@latest` to 21.0.0.
--- ### 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 [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: mazi-renovate[bot] <161091290+mazi-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 567e9f0ed..5334c7753 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@689459d9ffef015a7fbaef7f3b6b9f053f80a64d # v2.33.26 + uses: taiki-e/install-action@4fedbddde88aab767a45a011661f832d68202716 # v2.33.28 with: tool: cross - run: mkdir dist