Skip to content

Commit

Permalink
fix(deps): bump ruby/setup-ruby action to v1.162.0
Browse files Browse the repository at this point in the history
| datasource  | package         | from     | to       |
| ----------- | --------------- | -------- | -------- |
| github-tags | ruby/setup-ruby | v1.159.0 | v1.162.0 |
  • Loading branch information
renovate-bot committed Dec 18, 2023
1 parent 15adf5b commit b93e30e
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 the version specified in .tool-versions.
if: steps.tool-versions.outputs.ruby != ''
uses: ruby/setup-ruby@54a18e26dbbb1eabc604f317ade9a5788dddef81 # v1.159.0
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0
with:
ruby-version: ${{ steps.tool-versions.outputs.ruby }}
- name: Install asdf.
Expand Down

0 comments on commit b93e30e

Please sign in to comment.