diff --git a/.github/workflows/dependabot_update_rbis.yml b/.github/workflows/dependabot_update_rbis.yml index 18d4d45ea..194b706b7 100644 --- a/.github/workflows/dependabot_update_rbis.yml +++ b/.github/workflows/dependabot_update_rbis.yml @@ -61,7 +61,7 @@ jobs: id: setup with: bundler-cache: true - ruby-version: ${{ steps.ruby.outputs.version }} + ruby-version: 3.2 - name: Ruby setup error details if: ${{ failure() && steps.setup.conclusion == 'failure' }} run: |