Skip to content

Commit 82c715e

Browse files
authored
Replace deprecated action
1 parent 9e483ef commit 82c715e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gempush.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: Set up Ruby 2.6
16-
uses: actions/setup-ruby@v1
15+
- name: Set up Ruby 2.7
16+
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 2.6.x
18+
ruby-version: '2.7'
1919
- name: Check release validity
2020
run: sh .github/scripts/check-release.sh
2121
- name: Publish to RubyGems

0 commit comments

Comments
 (0)