diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-15 04:03:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 04:03:45 +0000 |
commit | 122a18e88521d3b81f26544677fa3b12c83c3f5a (patch) | |
tree | 547ca946ce3ad80eecb321238e7676be012fefd9 /.github | |
parent | 7ae39729ed3f538e79c9f2fa22816704d4e9507c (diff) |
Bump lycheeverse/lychee-action from 1.6.1 to 1.8.0
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.6.1 to 1.8.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/9ace499fe66cee282a29eaa628fdac2c72fa087f...ec3ed119d4f44ad2673a7232460dc7dff59d2421)
---
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/broken-links.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 3d318005..bb2028c6 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: lycheeverse/lychee-action@9ace499fe66cee282a29eaa628fdac2c72fa087f + - uses: lycheeverse/lychee-action@ec3ed119d4f44ad2673a7232460dc7dff59d2421 with: fail: true jobSummary: false |