Skip to content

Commit f25f2cf

Browse files
Merge branch 'main' into renovate/golang.org-x-exp-digest
2 parents eb06f61 + 38a43d4 commit f25f2cf

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)