diff --git a/.github/workflows/puppet-lint.yml b/.github/workflows/puppet-lint.yml index 62dc9ef..2c2a7de 100644 --- a/.github/workflows/puppet-lint.yml +++ b/.github/workflows/puppet-lint.yml @@ -28,8 +28,8 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Setup Ruby - uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3 + - name: Setup Ruby, JRuby and TruffleRuby + uses: ruby/setup-ruby@v1.120.0 with: ruby-version: 2.7 bundler-cache: true