diff --git a/.github/workflows/find-broken-links.yml b/.github/workflows/find-broken-links.yml index b633c6c8..f909147a 100644 --- a/.github/workflows/find-broken-links.yml +++ b/.github/workflows/find-broken-links.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Find broken references run: | if grep -r --exclude-dir=.github "broken-reference" . ; then