Skip to content

Commit f134230

Browse files
Copilothuangyiirene
andcommitted
Pin action versions to specific releases and fix deployment comment
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent c776949 commit f134230

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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'
@@ -32,7 +32,7 @@ jobs:
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'

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

0 commit comments

Comments
 (0)