Skip to content

Commit

Permalink
refactor the deprecate action
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy-clio committed Apr 25, 2024
1 parent 25757d7 commit 1d17ff2
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 1d17ff2

Please sign in to comment.