diff --git a/.github/workflows/links_fail_fast.yml b/.github/workflows/links_fail_fast.yml index f548e5f..4b51492 100644 --- a/.github/workflows/links_fail_fast.yml +++ b/.github/workflows/links_fail_fast.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@4a5af7cd2958a2282cefbd9c10f63bdb89982d76 # https://github.com/lycheeverse/lychee-action#security-tip + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # https://github.com/lycheeverse/lychee-action#security-tip with: args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.js' './**/*.ts' fail: true