diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index c4be8fb3d..7dafba3c6 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' # Not needed with a .ruby-version file + ruby-version: '3.3' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - uses: actions/setup-node@v4 with: