Skip to content

Commit

Permalink
Change setup ruby action build-and-deploy.yml
Browse files Browse the repository at this point in the history
The used ruby action is deprecated: https://github.com/actions/setup-ruby 
Hence, switching to https://github.com/ruby/setup-ruby
  • Loading branch information
baumeister25 authored Aug 23, 2023
1 parent 98da2d3 commit ca5925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java -jar target/rubygems.war &
cd ..
- name: SetupRuby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.x"

Expand Down

0 comments on commit ca5925f

Please sign in to comment.