From 4b10ccb129b23758f18c74473e43de850e3e4a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:38:44 +0000 Subject: [PATCH] dependabot github-actions update(deps): bump ruby/setup-ruby Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.306.0 to 1.310.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/v1.306.0...v1.310.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.310.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages-jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages-jekyll.yml b/.github/workflows/gh-pages-jekyll.yml index 11feb28..fe3c42c 100644 --- a/.github/workflows/gh-pages-jekyll.yml +++ b/.github/workflows/gh-pages-jekyll.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Setup Ruby - uses: ruby/setup-ruby@v1.306.0 + uses: ruby/setup-ruby@v1.310.0 with: bundler: 4.0.8 bundler-cache: true