From 4a08df765c6030487f4b51094de0ba1559cc5009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:20:23 +0000 Subject: [PATCH 1/2] build(deps): bump the actions group in /.github/workflows with 2 updates Bumps the actions group in /.github/workflows with 2 updates: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `lycheeverse/lychee-action` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.5.0...v2.6.0) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-site.yml | 2 +- .github/workflows/deploy-gh-pages.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index d23c695b..cc5737f5 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -34,7 +34,7 @@ jobs: - name: Check links with lychee id: lychee - uses: lycheeverse/lychee-action@v2.5.0 + uses: lycheeverse/lychee-action@v2.6.0 with: fail: true args: --verbose --no-progress _site/*.html diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index e9d91a46..cb183539 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -48,7 +48,7 @@ jobs: JEKYLL_ENV: production - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 # Deployment job deploy: diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index db17f031..6fc71be0 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -30,7 +30,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.5.0 + uses: lycheeverse/lychee-action@v2.6.0 with: args: --verbose --no-progress _site/*.html env: From 387fa52ef9845f196d7a0c8ae52e26663de39357 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Tue, 2 Sep 2025 11:22:04 -0600 Subject: [PATCH 2/2] Apply suggestions from code review --- .github/workflows/build-site.yml | 2 +- .github/workflows/deploy-gh-pages.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index cc5737f5..19103d7b 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -34,7 +34,7 @@ jobs: - name: Check links with lychee id: lychee - uses: lycheeverse/lychee-action@v2.6.0 + uses: lycheeverse/lychee-action@01a5c94d8e012550040658854b90a7a7301e75ca #v2.6.0 with: fail: true args: --verbose --no-progress _site/*.html diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index cb183539..b5de1226 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -48,7 +48,7 @@ jobs: JEKYLL_ENV: production - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b #v4 # Deployment job deploy: diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 6fc71be0..3cd7e4b0 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -30,7 +30,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.6.0 + uses: lycheeverse/lychee-action@01a5c94d8e012550040658854b90a7a7301e75ca #v2.6.0 with: args: --verbose --no-progress _site/*.html env: