From 05f93c00ad2efeccc149e8de78699ffed2d76adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:13:25 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [athackst/htmlproofer-action](https://github.com/athackst/htmlproofer-action). Updates `ruby/setup-ruby` from 1.319.0 to 1.321.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/003a5c4d8d6321bd302e38f6f0ec593f77f06600...95ef2b042f9d7a56d8268cba8559e2842e2ad01b) Updates `athackst/htmlproofer-action` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/athackst/htmlproofer-action/releases) - [Commits](https://github.com/athackst/htmlproofer-action/compare/15365c72460e79aeae2ca84f4e97decad58cff05...6730add98e447aa4941a241aef8a575f78bc21f4) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.321.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: athackst/htmlproofer-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/jekyll-gh-pages.yml | 4 ++-- .github/workflows/preview.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 76874e3..a0bdb15 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Ruby - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: ruby-version: '3.3.11' bundler-cache: true @@ -51,7 +51,7 @@ jobs: env: JEKYLL_ENV: production - name: HTMLProofer - uses: athackst/htmlproofer-action@15365c72460e79aeae2ca84f4e97decad58cff05 # v2.1.0 + uses: athackst/htmlproofer-action@6730add98e447aa4941a241aef8a575f78bc21f4 # v2.2.0 continue-on-error: true with: host: ${{ steps.pages.outputs.host }} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index bd206ff..8fbc6ba 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Ruby - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: ruby-version: "3.2" bundler-cache: true