From 2cfc5a0de3e8adc1ab9daecc295f40526f98bf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:35:03 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/housekeeping.yaml | 2 +- .github/workflows/pr.yaml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: >-