From 25854bb6d376320488e86e1c843c0753f95437cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:57:36 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.204.0 to 1.215.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.204.0 to 1.215.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/401c19e14f474b54450cd3905bb8b86e2c8509cf...2654679fe7f7c29875c669398a8ec0791b8a64a1) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/licensed-ci.yml | 2 +- .github/workflows/test-licenses.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/licensed-ci.yml b/.github/workflows/licensed-ci.yml index ec0ea10d..e49825c1 100644 --- a/.github/workflows/licensed-ci.yml +++ b/.github/workflows/licensed-ci.yml @@ -33,7 +33,7 @@ jobs: - run: npm install --production --ignore-scripts # install licensed - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: ruby - uses: github/setup-licensed@v1 diff --git a/.github/workflows/test-licenses.yml b/.github/workflows/test-licenses.yml index cd7afc67..9d066d43 100644 --- a/.github/workflows/test-licenses.yml +++ b/.github/workflows/test-licenses.yml @@ -21,7 +21,7 @@ jobs: - run: npm install --production --ignore-scripts # install licensed - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: ruby - uses: github/setup-licensed@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c13f132..fac8d42f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - run: npm install # install licensed - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: ruby - uses: github/setup-licensed@v1