Skip to content

Commit 0253f07

Browse files
ci(deps): update taiki-e/install-action action to v2.27.2 (4m-mazi#663)
[![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://github.com/taiki-e/install-action) | action | patch | `v2.27.1` -> `v2.27.2` | --- ### Release Notes <details> <summary>taiki-e/install-action (taiki-e/install-action)</summary> ### [`v2.27.2`](https://github.com/taiki-e/install-action/releases/tag/v2.27.2): 2.27.2 [Compare Source](https://github.com/taiki-e/install-action/compare/v2.27.1...v2.27.2) - Update `cargo-hack@latest` to 0.6.19. </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/Mogyuchi/gh-test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38e0770 commit 0253f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
key: ${{ matrix.target }}
6969
- name: Install cross
7070
if: ${{ !matrix.os && matrix.use-cross }}
71-
uses: taiki-e/install-action@6f9c81793230d9b2f572c9d25850453e364125d3 # v2.27.1
71+
uses: taiki-e/install-action@6943331e01261cdff7420bbc2508cb463574e404 # v2.27.2
7272
with:
7373
tool: cross
7474
- run: mkdir dist

0 commit comments

Comments
 (0)