diff --git a/.github/workflows/pr-previews.yml b/.github/workflows/pr-previews.yml index 99c858e..fae3aa2 100644 --- a/.github/workflows/pr-previews.yml +++ b/.github/workflows/pr-previews.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Ruby and Gems uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.4 + ruby-version: 3.0.0 bundler-cache: true - name: Update contributor list