Skip to content

Commit

Permalink
ci: update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Sep 13, 2024
1 parent 8ae5299 commit 445c850
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 🔗 Check Links
uses: lycheeverse/lychee-action@v1.10.0
with:
fail: true
args: --config .github/workflows/lychee.toml './**/*.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 445c850

Please sign in to comment.