From 87e4f852ae631fd8963f4a78ec9558106b3c1866 Mon Sep 17 00:00:00 2001 From: Ashley Weaver Date: Thu, 27 Jun 2024 12:24:50 -0400 Subject: [PATCH] Update broken-link-check.yml --- .github/workflows/broken-link-check.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index f35b12be..0dd91f93 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -8,10 +8,9 @@ on: name: Broken Link Check jobs: check: - name: Broken Link Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - - name: Link Checker - uses: lycheeverse/lychee-action@v1 + - name: Broken Link Check + uses: ruzickap/action-my-broken-link-checker@v2 + with: + url: https://www.dpc.cms.gov