From b73972e69a0ab62c554a21a2f9b68df2b502780b Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Tue, 24 Sep 2024 16:12:23 -0500 Subject: [PATCH] [Issue_603] Use Ruby 3.2 in the check-proposals workflow --- .github/workflows/check_process.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_process.yml b/.github/workflows/check_process.yml index 0d49063e..aace2224 100644 --- a/.github/workflows/check_process.yml +++ b/.github/workflows/check_process.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 with: - ruby-version: '3.1' # Not needed with a .ruby-version file + ruby-version: '3.2' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - name: Get all proposals files that have changed @@ -40,4 +40,4 @@ jobs: PR_NUMBER: ${{ github.event.number }} run: | echo "Check all proposals files that have changed: $PROPOSAL_FILES" - ./.scripts/check_proposals $PR_NUMBER $PROPOSAL_FILES \ No newline at end of file + ./.scripts/check_proposals $PR_NUMBER $PROPOSAL_FILES