We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae392f commit c517e41Copy full SHA for c517e41
.github/workflows/gem-push.yml
@@ -16,11 +16,11 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
- - name: Set up Ruby 2.5
+ - name: Set up Ruby 2.5.8
20
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
21
# change this to (see https://github.com/ruby/setup-ruby#versioning):
22
# uses: ruby/setup-ruby@v1
23
- uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+ uses: ruby/setup-ruby@v1
24
with:
25
ruby-version: 2.5.8
26
0 commit comments