diff --git a/moduleroot/.github/workflows/test.yml.erb b/moduleroot/.github/workflows/test.yml.erb index 8f1534e..d09844a 100644 --- a/moduleroot/.github/workflows/test.yml.erb +++ b/moduleroot/.github/workflows/test.yml.erb @@ -21,12 +21,12 @@ jobs: - name: Setup ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '3.4' bundler-cache: true - name: Run rake rubocop run: bundle exec rake rubocop - id: ruby - uses: voxpupuli/ruby-version@v1 + uses: voxpupuli/ruby-version@v2 test: runs-on: ubuntu-24.04