mirror of
https://github.com/ardichoke/puppet-klipper.git
synced 2026-05-11 02:25:37 -04:00
Update ruby in puppet-lint
This commit is contained in:
6
.github/workflows/puppet-lint.yml
vendored
6
.github/workflows/puppet-lint.yml
vendored
@@ -22,16 +22,16 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read # for checkout to fetch code
|
contents: read # for checkout to fetch code
|
||||||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
|
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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Ruby, JRuby and TruffleRuby
|
- name: Setup Ruby, JRuby and TruffleRuby
|
||||||
uses: ruby/setup-ruby@v1.120.0
|
uses: ruby/setup-ruby@v1.171.0
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7
|
ruby-version: 3.3
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
|
||||||
- name: Install puppet-lint
|
- name: Install puppet-lint
|
||||||
|
|||||||
Reference in New Issue
Block a user