Skip to content

Commit 8738f80

Browse files
authored
Merge pull request #41 from duosecurity/AaronAtDuo-setup-ruby-version-fix
Fix version string in setup-ruby CI
2 parents 3e3b7d9 + 40d84fa commit 8738f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Ruby 3.2
1414
uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 3.2.x
16+
ruby-version: 3.2
1717

1818
- name: Publish to RubyGems
1919
run: |

0 commit comments

Comments
 (0)