diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 25b1402cc4..14cb1d9653 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -41,8 +41,7 @@ jobs: - name: 'Setting up Ruby' uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.2.2 # Not needed with a .ruby-version file + # ruby-version will be picked up with the .ruby-version file - name: 'Update and Install Dependencies' run: |