build(deps): Bump amannn/action-semantic-pull-request from 4.0.1 to 4.1.0 (#11132)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.0.1 to 4.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amannn/action-semantic-pull-request/releases">amannn/action-semantic-pull-request's releases</a>.</em></p>
<blockquote>
<h2>v4.1.0</h2>
<h2><a href="https://github.com/amannn/action-semantic-pull-request/compare/v4.0.1...v4.1.0">4.1.0</a> (2022-02-04)</h2>
<h3>Features</h3>
<ul>
<li>Check if the PR title matches the commit title when single commits are validated to avoid surprises (<a href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/158">#158</a>) (<a href="f1216e9607">f1216e9</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amannn/action-semantic-pull-request/blob/master/CHANGELOG.md">amannn/action-semantic-pull-request's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/amannn/action-semantic-pull-request/compare/v4.0.1...v4.1.0">4.1.0</a> (2022-02-04)</h2>
<h3>Features</h3>
<ul>
<li>Check if the PR title matches the commit title when single commits are validated to avoid surprises (<a href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/158">#158</a>) (<a href="f1216e9607">f1216e9</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="04cc956a36"><code>04cc956</code></a> chore: Release 4.1.0 [skip ci]</li>
<li><a href="f1216e9607"><code>f1216e9</code></a> feat: Check if the PR title matches the commit title when single commits are ...</li>
<li><a href="63022d8b81"><code>63022d8</code></a> ci: Include check for changes to dist/. (<a href="https://github-redirect.dependabot.com/amannn/action-semantic-pull-request/issues/157">#157</a>)</li>
<li>See full diff in <a href="https://github.com/amannn/action-semantic-pull-request/compare/v4.0.1...v4.1.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=amannn/action-semantic-pull-request&package-manager=github_actions&previous-version=4.0.1&new-version=4.1.0)](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 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>
This commit is contained in:
dependabot[bot] 2022-02-08 17:42:20 +00:00 committed by GitHub
parent 77ac8fa378
commit 870c6e7c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4.0.1
- uses: amannn/action-semantic-pull-request@v4.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}