Skip to content

Commit

Permalink
Merge pull request #279 from NLeSC/update-link-check-action
Browse files Browse the repository at this point in the history
Update link check action
  • Loading branch information
egpbos authored Oct 17, 2023
2 parents bee8b1e + 79a52b1 commit 9c3f3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- id: changed_files
uses: jitterbit/get-changed-files@v1
- name: Link Checker
uses: lycheeverse/lychee-action@v1.4.1
uses: lycheeverse/lychee-action@v1.7.0
id: lychee
env:
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.4.1
uses: lycheeverse/lychee-action@v1.7.0
id: lychee
env:
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
Expand Down

0 comments on commit 9c3f3d7

Please sign in to comment.