Skip to content

Commit

Permalink
Merge pull request #123 from puppetlabs/malikparvez-patch-1
Browse files Browse the repository at this point in the history
removed deprecated actions/setup-ruby@v1 with ruby/setup-ruby@v1
  • Loading branch information
malikparvez authored Jan 7, 2025
2 parents fa22e46 + 3fc58ba commit 7e73fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: "Set up Ruby"
uses: "actions/setup-ruby@v1"
uses: "ruby/setup-ruby@v1"
with:
ruby-version: "3.1"

Expand Down

0 comments on commit 7e73fb6

Please sign in to comment.