Skip to content

Commit

Permalink
Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 (#398)
Browse files Browse the repository at this point in the history
* Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0

Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* ignore output file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
  • Loading branch information
dependabot[bot] and Kielek authored Jan 9, 2024
1 parent 608f45e commit 82f3669
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- uses: actions/checkout@v4.1.1
- uses: lycheeverse/lychee-action@v1.8.0
- uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,5 @@ $RECYCLE.BIN/

NuGetPackage/
OpenTelemetryDistribution/*

lychee/out.md
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
packages
lychee/out.md

0 comments on commit 82f3669

Please sign in to comment.