Skip to content

Commit

Permalink
Update Lint Docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Feb 24, 2023
1 parent 4a60556 commit 5fbc273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-lint.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
lychee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.5.1
uses: lycheeverse/lychee-action@v1.6.1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down

0 comments on commit 5fbc273

Please sign in to comment.