diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ded3b22..bca08bc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: node-version: "16" - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.3 bundler-cache: true - name: Install dependencies run: |