Skip to content

Commit fdb15a6

Browse files
build(deps): Bump the dependencies group (#250)
Bumps the dependencies group in /.github/workflows with 3 updates: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action), [actions/cache](https://github.com/actions/cache) and [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `DavidAnson/markdownlint-cli2-action` from 14.0.0 to 15.0.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v14.0.0...v15.0.0) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `lycheeverse/lychee-action` from 1.9.1 to 1.9.3 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.9.1...v1.9.3) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/cache 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-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fb18c6 commit fdb15a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yaml

+3-3
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@v14.0.0"
21+
uses: "DavidAnson/markdownlint-cli2-action@v15.0.0"
2222
with:
2323
globs: "*.md|docs/**/*.md"
2424

@@ -31,14 +31,14 @@ jobs:
3131
uses: "actions/checkout@v4"
3232

3333
- name: "Restore lychee cache"
34-
uses: "actions/cache@v3"
34+
uses: "actions/cache@v4"
3535
with:
3636
path: ".lycheecache"
3737
key: "cache-lychee-${{ github.sha }}"
3838
restore-keys: cache-lychee-
3939

4040
- name: "Run Lychee"
41-
uses: "lycheeverse/lychee-action@v1.9.1"
41+
uses: "lycheeverse/lychee-action@v1.9.3"
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)