Skip to content

Commit

Permalink
move gem workflow to ruby/setup-ruby, same as ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Jul 12, 2023
1 parent 0582bb6 commit 3569304
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
ruby-version: 2.6.x

Expand Down

1 comment on commit 3569304

@965022-oss
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied gem workflow ruby/set up ruby
Branch:main
965022-oss-patch3
SHA: f4dbb8424c

Please sign in to comment.