From c52cdb1e5f36302493badc17aa5acace1c2c6121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:06:25 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby action to v1.319.0 --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 5c2ca1e..d15dfa4 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Setup Ruby - uses: ruby/setup-ruby@v1.318.0 + uses: ruby/setup-ruby@v1.319.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems