diff --git a/.github/workflows/deploy-production-same-repo.yml b/.github/workflows/deploy-production-same-repo.yml index d1963f5c0..2b31b65e7 100644 --- a/.github/workflows/deploy-production-same-repo.yml +++ b/.github/workflows/deploy-production-same-repo.yml @@ -39,7 +39,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.8 + ruby-version: 2.7 bundler-cache: true - name: Build and Deploy