Skip to content

Commit

Permalink
build(deps): bump reviewdog/action-markdownlint from 0.24.0 to 0.25.0 (
Browse files Browse the repository at this point in the history
…#1206)

Bumps
[reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint)
from 0.24.0 to 0.25.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reviewdog/action-markdownlint/releases">reviewdog/action-markdownlint's
releases</a>.</em></p>
<blockquote>
<h2>Release v0.25.0</h2>
<p>v0.25.0: PR <a
href="https://redirect.github.com/reviewdog/action-markdownlint/issues/65">#65</a>
- chore(deps): update reviewdog to 0.20.2</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reviewdog/action-markdownlint/commit/28fb4224271253fedd5079b61de820d6228041fd"><code>28fb422</code></a>
Merge pull request <a
href="https://redirect.github.com/reviewdog/action-markdownlint/issues/65">#65</a>
from reviewdog/depup/reviewdog</li>
<li><a
href="https://github.com/reviewdog/action-markdownlint/commit/0daa20946cc581a474c42b143f3ccf42b060a287"><code>0daa209</code></a>
chore(deps): update reviewdog to 0.20.2</li>
<li>See full diff in <a
href="https://github.com/reviewdog/action-markdownlint/compare/v0.24.0...v0.25.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reviewdog/action-markdownlint&package-manager=github_actions&previous-version=0.24.0&new-version=0.25.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>
  • Loading branch information
Guts authored Oct 1, 2024
2 parents 88286ce + 1fa4aeb commit 4046741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_linter_markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Filter results by added/modified lines.
- name: "Vérifie la syntaxe des lignes ajoutées ou modifiées"
id: markdownlint-github-pr-review-added
uses: reviewdog/action-markdownlint@v0.24.0
uses: reviewdog/action-markdownlint@v0.25.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# # as long as they are in added/modified file even if the results are not in actual diff.
# - name: "Vérifie la syntaxe de tous les fichiers ajoutés ou modifiés"
# id: markdownlint-github-pr-review-file
# uses: reviewdog/action-markdownlint@v0.24.0
# uses: reviewdog/action-markdownlint@v0.25.0
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# fail_on_error: false
Expand Down

0 comments on commit 4046741

Please sign in to comment.