From b5d35f9ed6702356c17e1a59f9c321deb6eddc1a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 19 Dec 2023 10:50:28 -0600 Subject: [PATCH] Attempt using Ruby 3 for bundler success. --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 41d91464b..7437602d5 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -5,7 +5,7 @@ name: CI jobs: github-pages: runs-on: ubuntu-latest - container: ruby:2-buster + container: ruby:3-buster steps: - uses: actions/checkout@v2 - uses: actions/cache@v1