From 32ad62fa7741a0b6413735f871edc219659e6016 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Mon, 4 Nov 2024 18:43:33 +1000 Subject: [PATCH] Remove version from gh action --- .github/workflows/github_actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 15cee031d..1e4ab26b6 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -41,9 +41,7 @@ jobs: - name: 'Setting up Ruby' uses: ruby/setup-ruby@v1 - # Ruby version is defined in .ruby-version file - 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: |