Skip to content

Commit 2a2dc96

Browse files
chore(deps): bump MetaMask/action-is-release from dc4672b05e3b1d464cdaf783579b04a4e43f8b02 to v2 (#7027)
Bumps [MetaMask/action-is-release](https://github.com/metamask/action-is-release) from dc4672b05e3b1d464cdaf783579b04a4e43f8b02 to 7240e3a7d1b6937a2c330f0948b33f118aad28c6. <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.0.0...HEAD">Unreleased</a></h2> <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/7240e3a7d1b6937a2c330f0948b33f118aad28c6"><code>7240e3a</code></a> Release 2.0.0 (<a href="https://redirect.github.com/metamask/action-is-release/issues/12">#12</a>)</li> <li><a href="https://github.com/MetaMask/action-is-release/commit/e2a4b5d2a4cd6a105516ba7be9f714c6141f562f"><code>e2a4b5d</code></a> BREAKING: Bump <code>actions/checkout</code> to v4 (<a href="https://redirect.github.com/metamask/action-is-release/issues/11">#11</a>)</li> <li><a href="https://github.com/MetaMask/action-is-release/commit/e911518a90833108f44ae1239043c572e104329c"><code>e911518</code></a> Add documentation for <a href="https://redirect.github.com/metamask/action-is-release/issues/6">#6</a> (<a href="https://redirect.github.com/metamask/action-is-release/issues/8">#8</a>)</li> <li>See full diff in <a href="https://github.com/metamask/action-is-release/compare/dc4672b05e3b1d464cdaf783579b04a4e43f8b02...7240e3a7d1b6937a2c330f0948b33f118aad28c6">compare view</a></li> </ul> </details> <br /> 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> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates the `is-release` step in `.github/workflows/main.yml` to use `MetaMask/action-is-release@v2` instead of a pinned commit SHA. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit daff940. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 63a5cd3 commit 2a2dc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
IS_RELEASE: ${{ steps.is-release.outputs.IS_RELEASE }}
7272
steps:
7373
- id: is-release
74-
uses: MetaMask/action-is-release@dc4672b05e3b1d464cdaf783579b04a4e43f8b02
74+
uses: MetaMask/action-is-release@v2
7575
with:
7676
commit-starts-with: 'Release [version],Release v[version],Release/[version],Release/v[version],Release `[version]`'
7777

0 commit comments

Comments
 (0)