Skip to content

Commit

Permalink
Bump DavidAnson/markdownlint-cli2-action from 18 to 19 (#152)
Browse files Browse the repository at this point in the history
Bumps
[DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action)
from 18 to 19.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 64bffc5 commit dd16d6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
dry: true
dry_no_fail: true
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v18
uses: DavidAnson/markdownlint-cli2-action@v19
with:
fix: true
config: ${{ inputs.config-lint-path || '.github/config/.markdownlint.json' }}
Expand Down
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Workflows Release Notes

## 0.0.3-dev - 2024-12-24
## 0.0.3-dev - 2024-12-31

### Features

Expand Down Expand Up @@ -45,6 +45,8 @@

### Dependencies

- Bump DavidAnson/markdownlint-cli2-action from 18 to 19 (PR #152 by
@dependabot[bot])
- Bump fjogeleit/yaml-update-action from 0.15.0 to 0.16.0 (PR #151 by
@dependabot[bot])
- Bump dawidd6/action-download-artifact from 6 to 7 (PR #143 by
Expand Down

0 comments on commit dd16d6c

Please sign in to comment.