Remove version from gh action

This commit is contained in:
zinduolis
2024-11-04 18:43:33 +10:00
parent 4043f46b08
commit 45b61e9b5c

View File

@@ -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: |