Skip to content

Commit bee67e1

Browse files
authored
chore(deps): Update nosborn/github-action-markdown-cli action to v3.5.0 (#369)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nosborn/github-action-markdown-cli](https://redirect.github.com/nosborn/github-action-markdown-cli) | action | minor | `v3.4.0` -> `v3.5.0` | --- ### Release Notes <details> <summary>nosborn/github-action-markdown-cli (nosborn/github-action-markdown-cli)</summary> ### [`v3.5.0`](https://redirect.github.com/nosborn/github-action-markdown-cli/releases/tag/v3.5.0) [Compare Source](https://redirect.github.com/nosborn/github-action-markdown-cli/compare/v3.4.0...v3.5.0) #### What's Changed There are no functional changes in this release. - The Docker image is now reproducible - The repository now has an OpenSSF Scorecard **Full Changelog**: nosborn/github-action-markdown-cli@v3.4.0...v3.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 471d9cb commit bee67e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Git checkout
2626
uses: actions/checkout@v4
2727
- name: markdownlint-cli
28-
uses: nosborn/github-action-markdown-cli@v3.4.0
28+
uses: nosborn/github-action-markdown-cli@v3.5.0
2929
with:
3030
files: .
3131
config_file: .markdownlint.yaml

0 commit comments

Comments
 (0)