From a6d3772d21c9eced617c572872917908d263ffd9 Mon Sep 17 00:00:00 2001 From: Ryan DeShone Date: Fri, 16 Feb 2024 12:03:06 -0500 Subject: [PATCH] Update ruby in puppet-lint --- .github/workflows/puppet-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/puppet-lint.yml b/.github/workflows/puppet-lint.yml index 2c2a7de..e618074 100644 --- a/.github/workflows/puppet-lint.yml +++ b/.github/workflows/puppet-lint.yml @@ -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