From 95432ad4eadfe8a15ce50fa849a000737cee83ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 03:08:52 +0000 Subject: [PATCH] chore(deps): update ruby docker tag to v3.3.2 --- .github/workflows/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index bdb042a..51719f7 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -5,7 +5,7 @@ jobs: name: Prekin CI runs-on: ubuntu-latest container: - image: ruby:3.3.0 + image: ruby:3.3.2 env: BUNDLE_PATH: vendor/bundle steps: