From 77c5e02c7f594b3bcdee3db2b1ab02cffc859c53 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 15 Dec 2024 19:38:01 +0100 Subject: [PATCH] Update: bump Ruby to 3.3 (#56) Seems 3.0 is too old for latest Jekyll --- .github/workflows/publish.yml | 4 ++-- .github/workflows/testing.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f2173ea..920c7f3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,10 +32,10 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.ref }} fetch-depth: 0 - - name: Set up Ruby 3.0 + - name: Set up Ruby 3.3 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' # Not needed with a .ruby-version file + ruby-version: '3.3' bundler-cache: true - name: Build diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 49c8799..ca89530 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -44,10 +44,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Set up Ruby 3.0 + - name: Set up Ruby 3.3 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' # Not needed with a .ruby-version file + ruby-version: '3.3' bundler-cache: true - name: Build