diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d95bd83..328dd4fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4.2.0 - name: Link Checker - uses: lycheeverse/lychee-action@v2.1.0 + uses: lycheeverse/lychee-action@v2.2.0 with: # skip the jekyll files under '_includes' directory args: >- diff --git a/.github/workflows/housekeeping.yaml b/.github/workflows/housekeeping.yaml index a07f86c8..1efaf779 100644 --- a/.github/workflows/housekeeping.yaml +++ b/.github/workflows/housekeeping.yaml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4.2.0 - name: Link Checker - uses: lycheeverse/lychee-action@v2.1.0 + uses: lycheeverse/lychee-action@v2.2.0 with: # skip the jekyll files under '_includes' directory, check all other directories args: >- diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 12b0de0f..8e46c9e4 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4.2.0 - name: Link Checker - uses: lycheeverse/lychee-action@v2.1.0 + uses: lycheeverse/lychee-action@v2.2.0 with: # skip the jekyll files under '_includes' directory, only check the draft and root directories args: >- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d76bf2a4..4561a30d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4.2.0 - name: Link Checker - uses: lycheeverse/lychee-action@v2.1.0 + uses: lycheeverse/lychee-action@v2.2.0 with: # skip the jekyll files under '_includes' directory, check only draft where the promotion comes from args: >-