Skip to content

Commit f1ef528

Browse files
Bump nosborn/github-action-markdown-cli in the gh-actions group
Bumps the gh-actions group with 1 update: [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli). Updates `nosborn/github-action-markdown-cli` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](nosborn/github-action-markdown-cli@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: nosborn/github-action-markdown-cli dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8fb6d1 commit f1ef528

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/workflows/addon-ci.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v4
8080

8181
- name: πŸš€ Run markdownlint
82-
uses: nosborn/github-action-markdown-cli@v3.4.0
82+
uses: nosborn/github-action-markdown-cli@v3.5.0
8383
with:
8484
files: .
8585

β€Ž.github/workflows/repository-pr.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: πŸš€ Run markdownlint
16-
uses: nosborn/github-action-markdown-cli@v3.4.0
16+
uses: nosborn/github-action-markdown-cli@v3.5.0
1717
with:
1818
files: .
1919

β€Ž.github/workflows/workflows-pr.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: πŸš€ Run markdownlint
24-
uses: nosborn/github-action-markdown-cli@v3.4.0
24+
uses: nosborn/github-action-markdown-cli@v3.5.0
2525
with:
2626
files: .
2727

0 commit comments

Comments
Β (0)