Skip to content

Commit 86afc58

Browse files
author
webdev778
committed
Github actions should use ruby/setup-ruby, not deprecated actions/setup-ruby
1 parent e9aa064 commit 86afc58

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run a bootstrap script
1818
run: ruby bootstrap.rb
1919

20-
- uses: actions/setup-ruby@v1
20+
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: '2.7'
2323
architecture: 'x64'

0 commit comments

Comments
 (0)