From 2102e05b1cff8814820331d47ed739f7f0db6020 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 9 Sep 2024 18:56:21 +0200 Subject: [PATCH] GH Pages: update Ruby version The ruby version supported for GH Pages has been changed, so the workflow needs updating. This was hidden away in non-descript changelog entry in the GH Pages v229 release _sigh_. Refs: * https://pages.github.com/versions/ * https://github.com/github/pages-gem/releases --- .github/workflows/test-ghpages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ghpages.yml b/.github/workflows/test-ghpages.yml index a5f00ec..fde5115 100644 --- a/.github/workflows/test-ghpages.yml +++ b/.github/workflows/test-ghpages.yml @@ -21,7 +21,7 @@ jobs: uses: ruby/setup-ruby@v1 with: # Use the version as per https://pages.github.com/versions/. - ruby-version: 2.7.3 + ruby-version: 3.3.4 bundler-cache: true - name: Test building the GH Pages site