Skip to content

Commit e9b0e40

Browse files
authored
Merge pull request #7 from Poeschl-HomeAssistant-Addons/dependabot/github_actions/gh-actions-7963f46c4f
⬆️ Bump nosborn/github-action-markdown-cli from 3.4.0 to 3.5.0 in the gh-actions group
2 parents f8fb6d1 + f1ef528 commit e9b0e40

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)