From fde874dd40556d1769fa6d01ab0462c340fa14a8 Mon Sep 17 00:00:00 2001 From: Sai Venkat Desu Date: Mon, 9 Sep 2024 11:24:52 +0530 Subject: [PATCH] ci: specified the ruby version required as 3.1.0 --- .github/actions/setup/action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index b67b23cd..23cb02f5 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -10,13 +10,10 @@ runs: using: composite steps: - - name: Set Ruby version - run: ruby -e 'puts RUBY_VERSION' | tee .ruby-version - shell: bash - - name: Set up Ruby uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # pinned to version v1.178.0 with: + ruby-version: '3.1.0' bundler-cache: true cache-version: 1