From 8035df4ef81709a87ba806bcea041c1df49dd222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 17:40:14 +0000 Subject: [PATCH] Update dependency ruby to v3.3.2 --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 7c62590..26aa988 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -74,7 +74,7 @@ jobs: uses: ruby/setup-ruby@v1 with: # renovate: datasource=ruby-version depName=ruby versioning=ruby - ruby-version: 3.3.1 + ruby-version: 3.3.2 - name: 🏗️ Setup bashly run: gem install bashly -v "${BASHLY_VERSION}" env: