Skip to content

Commit 46d313e

Browse files
authored
Merge pull request #22 from platformfuzz/markdown_update
chore: update markdown
2 parents cb7e5ef + d373ab2 commit 46d313e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: checkout code
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
- id: lint
4242
env:
@@ -48,5 +48,5 @@ jobs:
4848
done
4949
CONFIG_FILE="$(mktemp)"
5050
cat <<< "$CONFIG" > "$CONFIG_FILE"
51-
npm install -g markdownlint-cli@0.35.0
51+
npm install -g markdownlint-cli@0.39.0
5252
markdownlint '**/*.md' $IGNORE -c "$CONFIG_FILE"

0 commit comments

Comments
 (0)