Compare commits

...

2 Commits

Author SHA1 Message Date
Philippe Lagadec 279e81a804
Merge pull request #84 from decalage2/dependabot/github_actions/dot-github/workflows/lycheeverse/lychee-action-1.6.1
Bump lycheeverse/lychee-action from 1.5.4 to 1.6.1 in /.github/workflows
2023-02-25 22:33:25 +01:00
dependabot[bot] 469f15e60a
Bump lycheeverse/lychee-action from 1.5.4 to 1.6.1 in /.github/workflows
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.4 to 1.6.1.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.5.4...v1.6.1)

---
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>
2023-02-24 20:03:14 +00:00
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.5.4
uses: lycheeverse/lychee-action@v1.6.1
with:
fail: true
env:

View File

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