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