diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml index 0665e0cf..8fbb7631 100644 --- a/.github/workflows/template.yml +++ b/.github/workflows/template.yml @@ -47,7 +47,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.0' bundler-cache: true - name: Set up Python