Skip to content

Commit

Permalink
Bump reviewdog/action-misspell from 1.21.0 to 1.23.0 (#6268)
Browse files Browse the repository at this point in the history
Bumps
[reviewdog/action-misspell](https://github.com/reviewdog/action-misspell)
from 1.21.0 to 1.23.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reviewdog/action-misspell/releases">reviewdog/action-misspell's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.23.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update reviewdog to 0.20.1 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://github.com/reviewdog/action-misspell/pull/72">reviewdog/action-misspell#72</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reviewdog/action-misspell/compare/v1.22.0...v1.23.0">https://github.com/reviewdog/action-misspell/compare/v1.22.0...v1.23.0</a></p>
<h2>Release v1.22.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update reviewdog to 0.19.0 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://github.com/reviewdog/action-misspell/pull/71">reviewdog/action-misspell#71</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reviewdog/action-misspell/compare/v1.21.0...v1.22.0">https://github.com/reviewdog/action-misspell/compare/v1.21.0...v1.22.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reviewdog/action-misspell/commit/ef8b22c1cca06c8d306fc6be302c3dab0f6ca12f"><code>ef8b22c</code></a>
Merge pull request <a
href="https://github.com/reviewdog/action-misspell/issues/72">#72</a>
from reviewdog/depup/reviewdog</li>
<li><a
href="https://github.com/reviewdog/action-misspell/commit/8392e317acbcc53190ca77b00339212d1cbf72d0"><code>8392e31</code></a>
chore(deps): update reviewdog to 0.20.1</li>
<li><a
href="https://github.com/reviewdog/action-misspell/commit/278e1b3c7dd09d2827fa080919a40db73ccafe24"><code>278e1b3</code></a>
Merge pull request <a
href="https://github.com/reviewdog/action-misspell/issues/71">#71</a>
from reviewdog/depup/reviewdog</li>
<li><a
href="https://github.com/reviewdog/action-misspell/commit/0001babda833f77754b10cc79d60ed336165f159"><code>0001bab</code></a>
chore(deps): update reviewdog to 0.19.0</li>
<li>See full diff in <a
href="https://github.com/reviewdog/action-misspell/compare/30433ca7be17888deb78a32521706fb65defbf3f...ef8b22c1cca06c8d306fc6be302c3dab0f6ca12f">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reviewdog/action-misspell&package-manager=github_actions&previous-version=1.21.0&new-version=1.23.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 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>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 1920565 commit 99e1fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: misspell # Check spellings as well
uses: reviewdog/action-misspell@30433ca7be17888deb78a32521706fb65defbf3f # v1.21.0
uses: reviewdog/action-misspell@ef8b22c1cca06c8d306fc6be302c3dab0f6ca12f # v1.23.0
with:
github_token: ${{ secrets.github_token }}
locale: "US"
Expand Down

0 comments on commit 99e1fd3

Please sign in to comment.