Skip to content

Commit

Permalink
Bump the actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates in the / directory: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) and [scientific-python/repo-review](https://github.com/scientific-python/repo-review).


Updates `DavidAnson/markdownlint-cli2-action` from 16 to 17
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v16...v17)

Updates `scientific-python/repo-review` from 0.11.0 to 0.11.2
- [Release notes](https://github.com/scientific-python/repo-review/releases)
- [Changelog](https://github.com/scientific-python/repo-review/blob/main/docs/changelog.md)
- [Commits](scientific-python/repo-review@v0.11.0...v0.11.2)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: scientific-python/repo-review
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent a03850b commit d5f021b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- uses: actions/checkout@v4

- name: markdownlint
uses: DavidAnson/markdownlint-cli2-action@v16
uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: ".markdownlint.yaml"
globs: "**/*.md"

- uses: scientific-python/repo-review@v0.11.0
- uses: scientific-python/repo-review@v0.11.2
with:
plugins: sp-repo-review

Expand Down

0 comments on commit d5f021b

Please sign in to comment.