Skip to content

Commit f703ee0

Browse files
build(deps): Bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the /.github/workflows directory: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) and [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `DavidAnson/markdownlint-cli2-action` from 18.0.0 to 19.0.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v18.0.0...v19.0.0) Updates `lycheeverse/lychee-action` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6365bc3 commit f703ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: "actions/checkout@v4"
1919

2020
- name: "Check Markdown formatting"
21-
uses: "DavidAnson/markdownlint-cli2-action@v18.0.0"
21+
uses: "DavidAnson/markdownlint-cli2-action@v19.0.0"
2222
with:
2323
globs: "*.md|docs/**/*.md"
2424

@@ -38,7 +38,7 @@ jobs:
3838
restore-keys: cache-lychee-
3939

4040
- name: "Run Lychee"
41-
uses: "lycheeverse/lychee-action@v2.1.0"
41+
uses: "lycheeverse/lychee-action@v2.2.0"
4242
with:
4343
# To keep in sync with Makefile#lychee
4444
args: "--verbose --no-progress '*.md' 'docs/**/*.md' --cache --max-cache-age 1d ."

0 commit comments

Comments
 (0)