From 31a933d25af70df8b4fbc7411aded1060fd37a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:02:05 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.228.0 to 1.236.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.228.0 to 1.236.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/7886c6653556e1164c58a7603d88286b5f708293...f41e084df884422b269f4c01c3748a9df4431a75) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.236.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e643d94..cb5fe50c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - - uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # pin@v1.228.0 + - uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # pin@v1.236.0 with: bundler-cache: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ed41536a..04e6816a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - - uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # pin@v1.228.0 + - uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # pin@v1.236.0 with: bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c19c1f3..1c70f2b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - - uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # pin@v1.228.0 + - uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # pin@v1.236.0 with: bundler-cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2aedbd2f..1d0c1df5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Update .ruby-version with matrix value run: echo "${{ matrix.ruby_version }}" >| .ruby-version - - uses: ruby/setup-ruby@7886c6653556e1164c58a7603d88286b5f708293 # pin@v1.228.0 + - uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # pin@v1.236.0 with: bundler-cache: true