diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 06f8cbd5..c4d19406 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.0' - name: Set up Python uses: actions/setup-python@v2