From a710b56e5e7822ee8f038df70ecacfb547b5b42d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 21:32:03 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby action to v1.221.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..4c5de60 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.221.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'