Skip to content

Commit fb3e19d

Browse files
authored
Fix typo in ci.yml workflow
1 parent 72e3673 commit fb3e19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
markdown-link-check:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@4.1.7
31+
- uses: actions/checkout@v4.1.7
3232
- uses: gaurav-nelson/github-action-markdown-link-check@v1
3333
with:
3434
config-file: '.github/workflows/markdown-link-check.json'

0 commit comments

Comments
 (0)