1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-30 04:40:41 +02:00

build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (#5266)

Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 1.10.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.3...v1.10.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-25 21:01:41 +02:00 committed by GitHub
parent fb697e8a8b
commit f56f52472f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
restore-keys: cache-lychee- restore-keys: cache-lychee-
- name: Link Checker - name: Link Checker
uses: lycheeverse/lychee-action@v1.9.3 uses: lycheeverse/lychee-action@v1.10.0
with: with:
fail: true fail: true
args: --max-concurrency 5 --cache --max-cache-age 1d . args: --max-concurrency 5 --cache --max-cache-age 1d .

View File

@ -24,7 +24,7 @@ jobs:
- name: Link Checker - name: Link Checker
id: lychee id: lychee
uses: lycheeverse/lychee-action@v1.9.3 uses: lycheeverse/lychee-action@v1.10.0
with: with:
args: --max-concurrency 1 --cache --max-cache-age 1d . args: --max-concurrency 1 --cache --max-cache-age 1d .