File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Label based on changed files
20- uses : actions/labeler@v5
20+ uses : actions/labeler@v5.0.0
2121 with :
2222 repo-token : ${{ secrets.GITHUB_TOKEN }}
2323 configuration-path : .github/labeler.yml
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424
2525 - name : Check links in content directory
26- uses : gaurav-nelson/github-action-markdown-link-check@v1
26+ uses : gaurav-nelson/github-action-markdown-link-check@v1.0.15
2727 with :
2828 use-quiet-mode : ' yes'
2929 use-verbose-mode : ' no'
3232 check-modified-files-only : ${{ github.event_name == 'pull_request' && 'yes' || 'no' }}
3333
3434 - name : Check links in root markdown files
35- uses : gaurav-nelson/github-action-markdown-link-check@v1
35+ uses : gaurav-nelson/github-action-markdown-link-check@v1.0.15
3636 with :
3737 use-quiet-mode : ' yes'
3838 use-verbose-mode : ' no'
Original file line number Diff line number Diff line change 2424
2525 const comment = `## 🚀 Preview Deployment
2626
27- This pull request will be automatically deployed to Vercel when merged .
27+ This pull request will be automatically deployed to Vercel.
2828
2929 ### Preview Links
3030 - 📝 **Documentation**: Will be available once Vercel deployment completes
You can’t perform that action at this time.
0 commit comments