Skip to content

Commit 27c5769

Browse files
authored
Merge pull request #66 from clio/fixing_gem_push_github_action
Refactor the deprecate action; Use the latest checkout action
2 parents 25757d7 + 1d17ff2 commit 27c5769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gem-push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
contents: read
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up Ruby 2.7
17-
uses: actions/setup-ruby@v1
17+
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 2.7.x
19+
ruby-version: 2.7
2020

2121
- name: Publish to RubyGems
2222
env:

0 commit comments

Comments
 (0)