Skip to content

Commit

Permalink
Merge branch 'main' into renovate/golang.org-x-sync-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil authored Nov 8, 2024
2 parents 7197610 + 54cfdd2 commit 5fc22a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links-quickly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: cache-lychee-

- name: Run lychee
uses: lycheeverse/lychee-action@v2.0.2
uses: lycheeverse/lychee-action@v2.1.0
with:
fail: true
args: "--base . --verbose --no-progress --cache --max-cache-age 3d 'docs/**/*.md'"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: cache-lychee-

- name: Run lychee
uses: lycheeverse/lychee-action@v2.0.2
uses: lycheeverse/lychee-action@v2.1.0
with:
args: "--base . --verbose --no-progress --cache --max-cache-age 3d 'docs/**/*.md'"

Expand Down

0 comments on commit 5fc22a1

Please sign in to comment.