Skip to content

Commit 21515a1

Browse files
committed
Update GHA version comment
Looks like dependabot didn't recognize the previous format, and did not update it. Or maybe because it said `v19` instead of `v19.1.0`. Signed-off-by: Jan Dubois <jan.dubois@suse.com>
1 parent 8cb9132 commit 21515a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Build
6464
run: make
6565
- name: Run markdownlint with auto-fix
66-
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e #v19
66+
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
6767
with:
6868
fix: true # Enabled to improve reported errors
6969
globs: '**/*.md'

0 commit comments

Comments
 (0)