Skip to content

Commit

Permalink
Bump reviewdog/action-misspell from 1.14.1 to 1.15.0 (#39)
Browse files Browse the repository at this point in the history
Bumps
[reviewdog/action-misspell](https://github.com/reviewdog/action-misspell)
from 1.14.1 to 1.15.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.15.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update reviewdog to 0.16.0 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/reviewdog/action-misspell/pull/61">reviewdog/action-misspell#61</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reviewdog/action-misspell/compare/v1.14.1...v1.15.0">https://github.com/reviewdog/action-misspell/compare/v1.14.1...v1.15.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reviewdog/action-misspell/commit/06d6a480724fa783c220081bbc22336a78dbbe82"><code>06d6a48</code></a>
Merge pull request <a
href="https://redirect.github.com/reviewdog/action-misspell/issues/61">#61</a>
from reviewdog/depup/reviewdog</li>
<li><a
href="https://github.com/reviewdog/action-misspell/commit/3aae406b78c1fbf26ff0150c57dbf270ca9069c1"><code>3aae406</code></a>
chore(deps): update reviewdog to 0.16.0</li>
<li>See full diff in <a
href="https://github.com/reviewdog/action-misspell/compare/4348e72b9038b006ffc37b6b0dd4421a2e9a68ef...06d6a480724fa783c220081bbc22336a78dbbe82">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.14.1&new-version=1.15.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 Jan 8, 2024
1 parent 51d2399 commit 806c2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
github_token: ${{ secrets.github_token }}
fail_on_error: true

- uses: reviewdog/action-misspell@4348e72b9038b006ffc37b6b0dd4421a2e9a68ef # v1.14.1
- uses: reviewdog/action-misspell@06d6a480724fa783c220081bbc22336a78dbbe82 # v1.15.0
if: ${{ always() }}
with:
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit 806c2c9

Please sign in to comment.