From 00444eea07787019b43408b5ebc0dc3e529d5835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:17:46 +0200 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.308.0 to 1.316.0 in the actions-minor-patch group across 1 directory (#440) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the actions-minor-patch group with 1 update in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.308.0 to 1.316.0
Release notes

Sourced from ruby/setup-ruby's releases.

v1.316.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.315.0...v1.316.0

v1.315.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.314.0...v1.315.0

v1.314.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.313.0...v1.314.0

v1.313.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.312.0...v1.313.0

v1.312.0

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.311.0...v1.312.0

v1.311.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.310.0...v1.311.0

v1.310.0

What's Changed

... (truncated)

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/licensed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index f33f77d..466aa39 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -71,7 +71,7 @@ jobs: - name: Setup Ruby id: setup-ruby if: steps.license-inputs.outputs.changed == 'true' - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 + uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 with: ruby-version: ruby @@ -116,7 +116,7 @@ jobs: - name: Setup Ruby id: setup-ruby - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 + uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 with: ruby-version: ruby