Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @passcod.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 26, 2022
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 1 to 2.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@v1...v2)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/taiki-e/install-action-2 branch from b0d7687 to c285c8d Compare January 6, 2023 13:54
@passcod
Copy link
Member

passcod commented Jan 6, 2023

@dependabot squash and merge

@passcod passcod merged commit 97694c0 into main Jan 6, 2023
@passcod passcod deleted the dependabot/github_actions/taiki-e/install-action-2 branch January 6, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant