Skip to content

Commit db54840

Browse files
authored
Merge pull request #17 from objectstack-ai/copilot/update-action-steps-documentation
2 parents 638df64 + 3d8749b commit db54840

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.0.15
26+
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
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.0.15
35+
uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
3636
with:
3737
use-quiet-mode: 'yes'
3838
use-verbose-mode: 'no'

0 commit comments

Comments
 (0)