Merge pull request #90 from decalage2/dependabot/github_actions/dot-github/workflows/lycheeverse/lychee-action-1.7.0

Bump lycheeverse/lychee-action from 1.6.1 to 1.7.0 in /.github/workflows
This commit is contained in:
Philippe Lagadec 2023-04-18 23:30:51 +02:00 committed by GitHub
commit fffa295659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.6.1
uses: lycheeverse/lychee-action@v1.7.0
with:
fail: true
env:

View File

@ -14,7 +14,7 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.6.1
uses: lycheeverse/lychee-action@v1.7.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}