Skip to content

Commit

Permalink
Merge pull request #66 from clio/fixing_gem_push_github_action
Browse files Browse the repository at this point in the history
Refactor the deprecate action; Use the latest checkout action
  • Loading branch information
wendy-clio authored Apr 29, 2024
2 parents 25757d7 + 1d17ff2 commit 27c5769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.x
ruby-version: 2.7

- name: Publish to RubyGems
env:
Expand Down

0 comments on commit 27c5769

Please sign in to comment.