Skip to content

Commit 4aa06a4

Browse files
committed
ci: fix build action
1 parent a1f2aa4 commit 4aa06a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gem-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Ruby 2.6
19-
uses: actions/setup-ruby@v1
19+
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 2.6.x
21+
ruby-version: 2.6
2222
bundler-cache: true
2323

2424
- name: Run tests

0 commit comments

Comments
 (0)