Update ruby in puppet-lint

This commit is contained in:
2024-02-16 12:03:06 -05:00
parent 6dcad0e85a
commit a6d3772d21

View File

@@ -22,16 +22,16 @@ jobs:
permissions:
contents: read # for checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/setup-ruby@v1.120.0
uses: ruby/setup-ruby@v1.171.0
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true
- name: Install puppet-lint