Skip to content

Commit

Permalink
Remove version from gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Nov 4, 2024
1 parent 4043f46 commit 45b61e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 45b61e9

Please sign in to comment.