meilisearch / milli

Search engine library for Meilisearch ⚡️
MIT License
464 stars 81 forks source link

Bump taiki-e/install-action from 1 to 2 #758

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps taiki-e/install-action from 1 to 2.

Release notes

Sourced from taiki-e/install-action's releases.

2.0.0

This release implements a mechanism to automatically track the latest version of the tool on our end. (#27) Hopefully, this will avoid situations such as "new version of the tool has been released, but the maintainer has not been aware of it for a number of months". This also makes it easier to add support for new tools.

This release also includes the following improvements:

  • Verify SHA256 checksums for downloaded files in all tools installed from GH releases. (#27)

  • Support omitting the patch/minor version in all tools installed from GH releases. (#27)

    For example:

    - uses: taiki-e/install-action@v2
      with:
        tool: cargo-hack@0.5
    

    You can also omit the minor version if the major version of tool is 1 or greater.

  • Support just. (#34)

  • Support dprint. (#34)

Note: This release is considered a breaking change because installing on versions not yet recognized by the action or on pre-release versions will no longer work with this release. (They were never officially supported, but they could work before.) Please submit an issue if you need these supports again.

1.17.3

  • Update wasmtime@latest to 4.0.0.

1.17.2

  • Update mdbook@latest to 0.4.25.

1.17.1

  • Update mdbook@latest to 0.4.23.
  • Support mdbook on Linux (musl).
  • Update cargo-llvm-cov@latest to 0.5.3.

1.17.0

  • Update protoc@latest to 3.21.12.
  • Support aarch64 self-hosted runners (Linux, macOS, Windows).
  • Improve support for Fedora/RHEL based containers/self-hosted runners.

1.16.0

  • Update cargo-binstall@latest to 0.18.1. (#32, thanks @​NobodyXu)

  • If the host environment lacks packages required for installation, such as curl or tar, install them if possible.

    It is mainly intended to make the use of this action easy on containers or self-hosted runners, and currently supports Debian-based distributions (including Ubuntu) and Alpine.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Commits


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
bors[bot] commented 1 year ago

Build succeeded: