From a1f70219f1ea8640c0d8e0d4e450441687690a56 Mon Sep 17 00:00:00 2001 From: "Daniel W. Siderius" Date: Wed, 5 Aug 2026 09:11:05 -0400 Subject: [PATCH] chore: update ruby version in github workflow to version 3.3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d227a5..1a0de2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 3.3 bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec jekyll build