From b93e30e9cf26b2f81ab791eb32ac104c93e15012 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 18 Dec 2023 10:23:16 +0000 Subject: [PATCH] fix(deps): bump ruby/setup-ruby action to v1.162.0 | datasource | package | from | to | | ----------- | --------------- | -------- | -------- | | github-tags | ruby/setup-ruby | v1.159.0 | v1.162.0 | --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1b862c9..d29480d 100644 --- a/action.yaml +++ b/action.yaml @@ -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.