Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore(ci)](deps): bump taiki-e/cache-cargo-install-action from 1 to 2 (
#639) Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/cache-cargo-install-action/releases">taiki-e/cache-cargo-install-action's releases</a>.</em></p> <blockquote> <h2>2.0.0</h2> <ul> <li> <p>Update <code>actions/cache</code> from 3 to 4. (<a href="https://redirect.github.com/taiki-e/cache-cargo-install-action/pull/3">#3</a>)</p> <p>This <a href="https://redirect.github.com/actions/runner/issues/2906">breaks compatibility with CentOS 7 and Ubuntu 18.04</a> so it is treated as a breaking change.</p> </li> </ul> <h2>1.4.0</h2> <ul> <li>Improve support for Arch based containers/self-hosted runners.</li> </ul> <h2>1.3.0</h2> <ul> <li>Add <code>git</code> input option to install from the specified Git URL.</li> </ul> <h2>1.2.2</h2> <ul> <li>Fix potential bug on Windows self-hosted runner.</li> </ul> <h2>1.2.1</h2> <ul> <li>Improve performance and robustness for cases where the host environment lacks the packages required for installation, such as containers or self-hosted runners.</li> </ul> <h2>1.2.0</h2> <ul> <li>Add <code>locked</code> input option (default to <code>true</code>) to allow choice of whether or not to use <code>--locked</code> flag.</li> </ul> <h2>1.1.1</h2> <ul> <li>Prevent pre-release version from being installed as the latest version when patch/minor version is omitted.</li> </ul> <h2>1.1.0</h2> <ul> <li> <p>Support omitting the patch/minor version.</p> <p>For example:</p> <pre lang="yaml"><code>- uses: taiki-e/cache-cargo-install-action@v1 with: tool: [email protected] </code></pre> <p>You can also omit the minor version if the major version of tool is 1 or greater.</p> </li> </ul> <h2>1.0.1</h2> <ul> <li>Remove extra <code>apk</code> calls on alpine.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md">taiki-e/cache-cargo-install-action's changelog</a>.</em></p> <blockquote> <h2>[2.0.0] - 2024-04-26</h2> <ul> <li> <p>Update <code>actions/cache</code> from 3 to 4. (<a href="https://redirect.github.com/taiki-e/cache-cargo-install-action/pull/3">#3</a>)</p> <p>This <a href="https://redirect.github.com/actions/runner/issues/2906">breaks compatibility with CentOS 7 and Ubuntu 18.04</a> so it is treated as a breaking change.</p> </li> </ul> <h2>[1.4.0] - 2024-04-26</h2> <ul> <li>Improve support for Arch based containers/self-hosted runners.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/cache-cargo-install-action/commit/5b024fe3a0a2c7f2aaff0e47871acf0d14b07207"><code>5b024fe</code></a> Release 2.0.0</li> <li><a href="https://github.com/taiki-e/cache-cargo-install-action/commit/0ba1a6b9e8be29f3098e7d4643152c8b83da5291"><code>0ba1a6b</code></a> Update actions/cache from 3 to 4</li> <li>See full diff in <a href="https://github.com/taiki-e/cache-cargo-install-action/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=taiki-e/cache-cargo-install-action&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information