Skip to content

Commit

Permalink
Fix typo in ci.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vhscampos authored Sep 12, 2024
1 parent 72e3673 commit fb3e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4.1.7
- uses: actions/checkout@v4.1.7
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/markdown-link-check.json'
Expand Down

0 comments on commit fb3e19d

Please sign in to comment.