Skip to content

Commit 3be1f7f

Browse files
authored
fix: replace actions/setup-ruby with ruby/setup-ruby (#188)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
1 parent 8258d17 commit 3be1f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v2
2828
- name: Set up Ruby
29-
uses: actions/setup-ruby@v1
29+
uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: 2.6
3232
- uses: actions/cache@v2

0 commit comments

Comments
 (0)