Skip to content

Commit

Permalink
fix(deps): bump ruby/setup-ruby action to v1.156.0
Browse files Browse the repository at this point in the history
| datasource  | package         | from     | to       |
| ----------- | --------------- | -------- | -------- |
| github-tags | ruby/setup-ruby | v1.152.0 | v1.156.0 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Oct 15, 2023
1 parent 5f83734 commit 92664ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
python-version: ${{ steps.tool-versions.outputs.python }}
- name: Set up Ruby at version specified in .tool-versions.
if: steps.tool-versions.outputs.ruby != ''
uses: ruby/setup-ruby@v1.152.0
uses: ruby/setup-ruby@v1.156.0
with:
ruby-version: ${{ steps.tool-versions.outputs.ruby }}
- name: Install asdf.
Expand Down

0 comments on commit 92664ec

Please sign in to comment.