From 09efa72a1f38c3ed2fd90a0d828a1142dcc87122 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:01:32 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby action to v1.199.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..bd60a3d 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.199.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'