From eb4de9559a3b3ecfd611add75e7fea49a42b0fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:52:51 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby action to v1.187.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 61e21c6..e9b0fd4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: node-version-file: '.nvmrc' - name: Setup Ruby, JRuby and TruffleRuby - uses: ruby/setup-ruby@v1.151.0 + uses: ruby/setup-ruby@v1.187.0 with: # Engine and version to use, see the syntax in the README. Reads from .ruby-version or .tool-versions if unset. ruby-version: '.ruby-version'