install-action

GitHub Action for installing development tools (mainly from GitHub Releases).

APACHE-2.0 License

Stars
266
Committers
25

Bot releases are visible (Hide)

install-action - 2.0.1

Published by github-actions[bot] almost 2 years ago

  • Update cargo-hack@latest to 0.5.25.

  • Update cargo-minimal-versions@latest to 0.1.9.

install-action - 2.0.0

Published by github-actions[bot] almost 2 years ago

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: [email protected]
    

    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.

install-action - 1.17.3

Published by github-actions[bot] almost 2 years ago

  • Update wasmtime@latest to 4.0.0.
install-action - 1.17.2

Published by github-actions[bot] almost 2 years ago

  • Update mdbook@latest to 0.4.25.
install-action - 1.17.1

Published by github-actions[bot] almost 2 years ago

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

Published by github-actions[bot] almost 2 years ago

  • 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.
install-action - 1.16.0

Published by github-actions[bot] almost 2 years ago

  • 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.

    The system's package manager is used for these installations. However, bash, which is an execution requirement of the action itself, and cargo, which is usually preferred for installation by rustup rather than the system's package manager, are not covered by these installations.

    See also the compatibility note in readme.

install-action - 1.15.5

Published by github-actions[bot] almost 2 years ago

  • Update shellcheck@latest to 0.9.0.
install-action - 1.15.4

Published by github-actions[bot] almost 2 years ago

  • Update shfmt@latest to 3.6.0.
  • Update cargo-binstall@latest to 0.18.0.
  • Support installing cargo-binstall on linux with custom host targets such as x86_64-alpine-linux-musl.
install-action - 1.15.3

Published by github-actions[bot] almost 2 years ago

  • Fix bug regarding musl host detection. (#29)
install-action - 1.15.2

Published by github-actions[bot] almost 2 years ago

  • Update mdbook-linkcheck@latest to 0.7.7.
  • Update protoc@latest to 3.21.11.
install-action - 1.15.1

Published by github-actions[bot] almost 2 years ago

  • Update wasmtime@latest to 3.0.1.
  • Update protoc@latest to 3.21.10.
  • Update cargo-hack@latest to 0.5.24.
install-action - 1.15.0

Published by github-actions[bot] almost 2 years ago

  • Support cargo-deny.
  • Update mdbook@latest to 0.4.22.
install-action - 1.14.7

Published by github-actions[bot] almost 2 years ago

  • Update cargo-llvm-cov@latest to 0.5.2.
install-action - 1.14.6

Published by github-actions[bot] almost 2 years ago

  • Update cargo-hack@latest to 0.5.23.
  • Update cargo-llvm-cov@latest to 0.5.1.
  • Update cargo-minimal-versions@latest to 0.1.8.
install-action - 1.14.5

Published by github-actions[bot] almost 2 years ago

  • Update wasmtime@latest to 3.0.0.
  • Update cargo-binstall@latest to 0.17.0.
install-action - 1.14.4

Published by github-actions[bot] almost 2 years ago

  • Update cargo-udeps@latest to 0.1.35.
install-action - 1.14.3

Published by github-actions[bot] almost 2 years ago

  • Update wasmtime@latest to 2.0.1.
  • Update protoc@latest to 3.21.9.
install-action - 1.14.2

Published by github-actions[bot] almost 2 years ago

  • Update cargo-hack@latest to 0.5.22.
  • Update cargo-minimal-versions@latest to 0.1.7.
  • Update parse-changelog@latest to 0.5.2.
install-action - 1.14.1

Published by github-actions[bot] about 2 years ago

  • Update wasmtime@latest to 2.0.0.
  • Update protoc@latest to 3.21.8.
Package Rankings
Top 1.86% on Github actions
Badges
Extracted from project README
release github actions
Related Projects