Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action action to v2.47.28 (#396)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[taiki-e/install-action](https://redirect.github.com/taiki-e/install-action)
| action | patch | `v2.47.24` -> `v2.47.28` |

---

### Release Notes

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

###
[`v2.47.28`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.47.28):
2.47.28

[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.47.27...v2.47.28)

No change on the `install-action` itself.

- Provide `install-action-manifest-schema` crate to access to the
`install-action` manifests from Rust code.
([#&#8203;657](https://redirect.github.com/taiki-e/install-action/pull/657),
thanks [@&#8203;NobodyXu](https://redirect.github.com/NobodyXu))

This is being considered for use to speed up `cargo-binstall` in the
future.

###
[`v2.47.27`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.47.27):
2.47.27

[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.47.26...v2.47.27)

-   Update `editorconfig-checker@latest` to 3.2.0.

-   Update `cargo-lambda@latest` to 1.6.3.

###
[`v2.47.26`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.47.26):
2.47.26

[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.47.25...v2.47.26)

-   Update `wash@latest` to 0.38.0.

###
[`v2.47.25`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.47.25):
2.47.25

[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.47.24...v2.47.25)

-   Update `release-plz@latest` to 0.3.114.

-   Update `git-cliff@latest` to 2.8.0.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.

🚦 **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjEzNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
  • Loading branch information
nextest-bot authored Jan 28, 2025
1 parent f8daa4f commit 21f5fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
toolchain: ${{ matrix.rust-version }}
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
- name: Install tools
uses: taiki-e/install-action@6a08c6906b66c5d625b29bd6af1556c5b20a1203 # v2.47.24
uses: taiki-e/install-action@3e9c6e343dada95d5274bc0f134b25ec8a72f3bc # v2.47.28
with:
tool: cargo-hack,just,nextest

Expand Down

0 comments on commit 21f5fcb

Please sign in to comment.