Skip to content

Commit ca5925f

Browse files
authored
Change setup ruby action build-and-deploy.yml
The used ruby action is deprecated: https://github.com/actions/setup-ruby Hence, switching to https://github.com/ruby/setup-ruby
1 parent 98da2d3 commit ca5925f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java -jar target/rubygems.war &
2929
cd ..
3030
- name: SetupRuby
31-
uses: actions/setup-ruby@v1
31+
uses: ruby/setup-ruby@v1
3232
with:
3333
ruby-version: "2.x"
3434

0 commit comments

Comments
 (0)