Skip to content

Commit f290369

Browse files
committed
chore: update GHA action dependencies
1 parent 9a15e0a commit f290369

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/markdown-linter.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ jobs:
2323
name: Run Markdown linter
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
27-
- uses: DavidAnson/markdownlint-cli2-action@v13
28-
with:
29-
config: .markdownlint.json
30-
globs: |
31-
*.md
26+
- name: Check out copy of git repository.
27+
uses: actions/checkout@v4
28+
29+
- name: Run Markdownlint on .md files.
30+
uses: DavidAnson/markdownlint-cli2-action@v15
31+
with:
32+
config: .markdownlint.json
33+
globs: |
34+
*.md

.github/workflows/yaml-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Run YAMLlint
32-
uses: ibiqlik/action-yamllint@v3
32+
uses: ibiqlik/action-yamllint@v3.1.1
3333
with:
3434
config_file: .yamllint.yml

0 commit comments

Comments
 (0)