Skip to content

Commit 85176a9

Browse files
authored
chore(changelog-check): update to latest version with optimized package.json validation (MetaMask#6108)
## Explanation <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> This PR updates the changelog-check workflow to use the latest version from commit [`fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7`](MetaMask/github-tools@fc6fe1a) ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Changelog <!-- THIS SECTION IS NO LONGER NEEDED. The process for updating changelogs has changed. Please consult the "Updating changelogs" section of the Contributing doc for more. --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent ca2cca5 commit 85176a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66

77
jobs:
88
check_changelog:
9-
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@85fffce169c0fd35028ecde6b38dfb3f932882ec
9+
uses: MetaMask/github-tools/.github/workflows/changelog-check.yml@fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
1010
with:
11-
action-sha: 85fffce169c0fd35028ecde6b38dfb3f932882ec
11+
action-sha: fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7
1212
base-branch: ${{ github.event.pull_request.base.ref }}
1313
head-ref: ${{ github.head_ref }}
1414
labels: ${{ toJSON(github.event.pull_request.labels) }}

0 commit comments

Comments
 (0)