diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3300d12..a8f6446 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3 + ruby-version: 3.2 bundler-cache: true - name: Create & Validate containers run: |