diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-04 10:43:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-04 10:43:30 +0000 |
commit | 8bf87390af026c7a09a73a14889e0065543c84aa (patch) | |
tree | 37793e9e62d8fae0f31ebfb720690573f98cd78b /.github/workflows/broken-links.yml | |
parent | 915f7f41c062fb768d650a427888ae96428a36b8 (diff) | |
parent | 122a18e88521d3b81f26544677fa3b12c83c3f5a (diff) |
Merge pull request #154 from themoeway/dependabot/github_actions/lycheeverse/lychee-action-1.8.0
Diffstat (limited to '.github/workflows/broken-links.yml')
-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 |