Commit 9ff2ab7
build(deps): bump MetaMask/action-is-release, use
Bumps
[MetaMask/action-is-release](https://github.com/metamask/action-is-release)
from 2.2.0 to 2.3.0. Also use the `v2` tag to automatically use the
latest version satisfying `^2.0.0`.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/metamask/action-is-release/releases">MetaMask/action-is-release's
releases</a>.</em></p>
<blockquote>
<h2>2.3.0</h2>
<h3>Changed</h3>
<ul>
<li>Make <code>set -x</code> conditional on <code>RUNNER_DEBUG</code> in
scripts (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/25">#25</a>)</li>
<li>Bump <code>actions/checkout</code> from <code>4</code> to
<code>7</code> (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/23">#23</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/MetaMask/action-is-release/blob/main/CHANGELOG.md">MetaMask/action-is-release's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a
href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2><a
href="https://github.com/MetaMask/action-is-release/compare/v2.3.0...HEAD">Unreleased</a></h2>
<h2><a
href="https://github.com/MetaMask/action-is-release/compare/v2.2.0...v2.3.0">2.3.0</a></h2>
<h3>Changed</h3>
<ul>
<li>Make <code>set -x</code> conditional on <code>RUNNER_DEBUG</code> in
scripts (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/25">#25</a>)</li>
<li>Bump <code>actions/checkout</code> from <code>4</code> to
<code>7</code> (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/23">#23</a>)</li>
</ul>
<h2><a
href="https://github.com/MetaMask/action-is-release/compare/v2.1.0...v2.2.0">2.2.0</a></h2>
<h3>Added</h3>
<ul>
<li>Add option to skip checkout (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/17">#17</a>)
<ul>
<li>This is useful when the action is used in a workflow that has
already checked out the repository.</li>
</ul>
</li>
</ul>
<h2><a
href="https://github.com/MetaMask/action-is-release/compare/v2.0.0...v2.1.0">2.1.0</a></h2>
<h3>Added</h3>
<ul>
<li>Add options to check if a pull request is a release PR (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/14">#14</a>)
<ul>
<li>This adds two new optional inputs:
<ul>
<li><code>before</code>: Used to check commits before a specific SHA
(e.g., the base of a PR) for a version bump.</li>
<li><code>commit-message</code>: Used to specify the commit message to
check for the release format, e.g., the pull request title.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Use environment variables for script inputs (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/15">#15</a>)</li>
</ul>
<h2><a
href="https://github.com/MetaMask/action-is-release/releases/tag/v2.0.0">2.0.0</a></h2>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING:</strong> Bump <code>actions/checkout</code> to
<code>v4</code> (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/11">#11</a>)
<ul>
<li>This is a breaking change because <code>actions/checkout@v4</code>
uses Node 20.</li>
</ul>
</li>
<li>Support multiple commit prefixes (<a
href="https://redirect.github.com/MetaMask/action-is-release/pull/6">#6</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/action-is-release/commit/3cd51b98fa98d1347d06f5961299b0172ee31ae8"><code>3cd51b9</code></a>
2.3.0 (<a
href="https://redirect.github.com/metamask/action-is-release/issues/26">#26</a>)</li>
<li><a
href="https://github.com/MetaMask/action-is-release/commit/38e78f53f59ec212e33df67ddee755acd92fa236"><code>38e78f5</code></a>
feat: only enable <code>set -x</code> when <code>RUNNER_DEBUG</code> is
set (<a
href="https://redirect.github.com/metamask/action-is-release/issues/25">#25</a>)</li>
<li><a
href="https://github.com/MetaMask/action-is-release/commit/75039806554239765300a38994bf1e39e7c02ede"><code>7503980</code></a>
chore(deps): bump actions/checkout from 4 to 7 (<a
href="https://redirect.github.com/metamask/action-is-release/issues/23">#23</a>)</li>
<li><a
href="https://github.com/MetaMask/action-is-release/commit/7b2932c3605cad9089816567282840a15227f17f"><code>7b2932c</code></a>
chore: align GitHub Actions workflows with module template (<a
href="https://redirect.github.com/metamask/action-is-release/issues/19">#19</a>)</li>
<li><a
href="https://github.com/MetaMask/action-is-release/commit/9e9356a134ccd269a326dce3470915f7d974fcde"><code>9e9356a</code></a>
chore: add Yarn configuration (<a
href="https://redirect.github.com/metamask/action-is-release/issues/21">#21</a>)</li>
<li><a
href="https://github.com/MetaMask/action-is-release/commit/bb462ea1cec7a1ed5e3d7c33faf6864ae4e593f2"><code>bb462ea</code></a>
chore: add standard repo config files (<a
href="https://redirect.github.com/metamask/action-is-release/issues/20">#20</a>)</li>
<li>See full diff in <a
href="https://github.com/metamask/action-is-release/compare/61ff8882da996cb68cdbc8583dc53956a1ffdd8b...3cd51b98fa98d1347d06f5961299b0172ee31ae8">compare
view</a></li>
</ul>
</details>
<br />
[](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>v2 tag (#965)1 parent 03b6a62 commit 9ff2ab7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments