diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 75758a9120fe..7bff999e8a2d 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -39,7 +39,7 @@ jobs: wget https://raw.githubusercontent.com/xuruidong/markdown-link-checker/main/link_checker.py - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.9'