Skip to content

Commit 1bc4b48

Browse files
chore: bump DavidAnson/markdownlint-cli2-action from 22 to 23 (#120)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad2a61f commit 1bc4b48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: cargo fmt --all -- --check
107107

108108
- name: Check Markdown
109-
uses: DavidAnson/markdownlint-cli2-action@v22
109+
uses: DavidAnson/markdownlint-cli2-action@v23
110110

111111
- name: Run Clippy
112112
run: cargo clippy --all-targets --all-features

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: cargo fmt --all -- --check
3737

3838
- name: Check Markdown
39-
uses: DavidAnson/markdownlint-cli2-action@v22
39+
uses: DavidAnson/markdownlint-cli2-action@v23
4040

4141
- name: Run Clippy
4242
run: cargo clippy --all-targets --all-features

0 commit comments

Comments
 (0)