From 2eb5f6bdd9e6379bc8f11357b0b637482615bc13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:07:14 +0000 Subject: [PATCH 1/2] build(deps): bump MetaMask/action-is-release from 2.2.0 to 2.3.0 Bumps [MetaMask/action-is-release](https://github.com/metamask/action-is-release) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/metamask/action-is-release/releases) - [Changelog](https://github.com/MetaMask/action-is-release/blob/main/CHANGELOG.md) - [Commits](https://github.com/metamask/action-is-release/compare/61ff8882da996cb68cdbc8583dc53956a1ffdd8b...3cd51b98fa98d1347d06f5961299b0172ee31ae8) --- updated-dependencies: - dependency-name: MetaMask/action-is-release dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1ca55f92..6b15909f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -211,7 +211,7 @@ jobs: IS_RELEASE: ${{ steps.is-release.outputs.IS_RELEASE }} steps: - id: is-release - uses: MetaMask/action-is-release@61ff8882da996cb68cdbc8583dc53956a1ffdd8b + uses: MetaMask/action-is-release@3cd51b98fa98d1347d06f5961299b0172ee31ae8 with: commit-starts-with: 'Release [version],Release v[version],Release/[version],Release/v[version],Release `[version]`' From 7186aec0712f2d3c20411df3ba96c4a382381d66 Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:07:41 -0700 Subject: [PATCH 2/2] Update .github/workflows/main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b15909f8..0623b1e44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -211,7 +211,7 @@ jobs: IS_RELEASE: ${{ steps.is-release.outputs.IS_RELEASE }} steps: - id: is-release - uses: MetaMask/action-is-release@3cd51b98fa98d1347d06f5961299b0172ee31ae8 + uses: MetaMask/action-is-release@v2 with: commit-starts-with: 'Release [version],Release v[version],Release/[version],Release/v[version],Release `[version]`'