Skip to content

Commit 38a43d4

Browse files
authored
chore(deps): Update github-actions (#2206)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | errata-ai/vale-action | action | digest | `2690bc9` -> `dcded78` | | [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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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 da37f95 commit 38a43d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python3 -m venv "$venv"
1919
echo "$venv/bin" >> $GITHUB_PATH
2020
- name: Vale
21-
uses: errata-ai/vale-action@2690bc95f0ed3cb5220492575af09c51b04fbea9
21+
uses: errata-ai/vale-action@dcded780f1ff68e2558e802a165a484a4a3e2fb8
2222
with:
2323
vale_flags: "--glob=!{docs/testdata/*,CHANGELOG.md,.github/styles/proselint/README.md,examples/simple_plugin/docs/*.md}"
2424
filter_mode: nofilter
@@ -32,7 +32,7 @@ jobs:
3232
- name: Git checkout
3333
uses: actions/checkout@v4
3434
- name: markdownlint-cli
35-
uses: nosborn/github-action-markdown-cli@v3.4.0
35+
uses: nosborn/github-action-markdown-cli@v3.5.0
3636
with:
3737
files: .
3838
config_file: .markdownlint.yaml

0 commit comments

Comments
 (0)