Skip to content

Commit c5e8cc9

Browse files
authored
Merge pull request #33 from browserstack/gh_action_fix
Replace deprecated ruby action with active one
2 parents f3a07a9 + 99521da commit c5e8cc9

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
@@ -13,9 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Ruby 2.6
16-
uses: actions/setup-ruby@v1
16+
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 2.6.x
18+
ruby-version: 2.6.10
1919

2020
- name: Publish to RubyGems
2121
run: |

0 commit comments

Comments
 (0)