From 746995ed08e3b4f06c2f614eec96fb22af572a1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:05:35 +0000 Subject: [PATCH] Update dependency ruby to v3.3.3 --- .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 26aa988..852019b 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.2 + ruby-version: 3.3.3 - name: 🏗️ Setup bashly run: gem install bashly -v "${BASHLY_VERSION}" env: