Skip to content

Commit 86a63ab

Browse files
committed
Use new version of ruby gh action
1 parent 6527d76 commit 86a63ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
needs: build
4848
steps:
4949
- uses: actions/checkout@v2
50-
- uses: actions/setup-ruby@v1
50+
- uses: ruby/setup-ruby@v1
5151
with:
5252
ruby-version: '2.6'
5353
- run: |

0 commit comments

Comments
 (0)