Skip to content

Commit d120038

Browse files
dependabot[bot]keunes
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file). Updates `lycheeverse/lychee-action` from 1.8.0 to 1.10.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.8.0...v1.10.0) Updates `peter-evans/create-issue-from-file` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](peter-evans/create-issue-from-file@v4...v5) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-issue-from-file dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbb8da3 commit d120038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- run: bundle exec jekyll build
1919
- name: Link Checker
2020
id: lychee
21-
uses: lycheeverse/lychee-action@v1.8.0
21+
uses: lycheeverse/lychee-action@v1.10.0
2222
with:
2323
args: --verbose --max-concurrency 1 --retry-wait-time 30 --exclude-mail './_site/**/*.html'
2424
- name: Create Issue From File
2525
if: env.lychee_exit_code != 0
26-
uses: peter-evans/create-issue-from-file@v4
26+
uses: peter-evans/create-issue-from-file@v5
2727
with:
2828
title: Link Checker Report
2929
content-filepath: ./lychee/out.md

0 commit comments

Comments
 (0)