abhinav / restack

Teaches git rebase --interactive about your branches.
GNU General Public License v2.0
59 stars 3 forks source link

build(deps): bump taiki-e/install-action from 1 to 2 #64

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

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 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)
codecov-commenter commented 1 year ago

Codecov Report

Base: 94.35% // Head: 94.35% // No change to project coverage :thumbsup:

Coverage data is based on head (f154b9a) compared to base (4c9124a). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ======================================= Coverage 94.35% 94.35% ======================================= Files 11 11 Lines 1062 1062 ======================================= Hits 1002 1002 Misses 60 60 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhinav+Gupta). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhinav+Gupta)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.