Skip to content

Commit 7cefb62

Browse files
authored
Update action.yml
1 parent b691304 commit 7cefb62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- id: checkout
10-
uses: actions/checkout@master
10+
uses: actions/checkout@v3
1111
- id: link-check
1212
uses: gaurav-nelson/github-action-markdown-link-check@v1
1313
with:
@@ -32,4 +32,4 @@ jobs:
3232
echo ' ERROR: 1 dead links found!' >> $GITHUB_STEP_SUMMARY
3333
echo ' [✖] https://givweueerervuvwbeiuv.com#nvruvwrveri → Status: 404' >> $GITHUB_STEP_SUMMARY
3434
echo ' ``` ' >> $GITHUB_STEP_SUMMARY
35-
echo '4. If the action incorrectly identified a link as broken, please help us improve this Github action by reporting any false negatives, false positives or any other issues by [opening a GH issue](https://github.com/ipfs/ipfs-docs/issues/new/choose). Please include the log output in the issue description. ' >> $GITHUB_STEP_SUMMARY
35+
echo '4. If the action incorrectly identified a link as broken, please help us improve this Github action by reporting any false negatives, false positives or any other issues by [opening a GH issue](https://github.com/ipfs/ipfs-docs/issues/new/choose). Please include the log output in the issue description. ' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)