From c3bc44833c01e469dac89601d418e889c9327e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:17:20 +0000 Subject: [PATCH] Bump voxpupuli/ruby-version from 1 to 2 Bumps [voxpupuli/ruby-version](https://github.com/voxpupuli/ruby-version) from 1 to 2. - [Release notes](https://github.com/voxpupuli/ruby-version/releases) - [Commits](https://github.com/voxpupuli/ruby-version/compare/v1...v2) --- updated-dependencies: - dependency-name: voxpupuli/ruby-version dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 38e2523..3de29f2 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -25,7 +25,7 @@ jobs: - name: Run linter run: bundle exec rake rubocop - id: ruby - uses: voxpupuli/ruby-version@v1 + uses: voxpupuli/ruby-version@v2 test: runs-on: ubuntu-24.04