Skip to content

Commit 70527b9

Browse files
Bump ruby/setup-ruby from 1.246.0 to 1.254.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.246.0 to 1.254.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@a4f8389...2a7b300) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.254.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8fe35c commit 70527b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Setup Ruby
16-
uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7
16+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9
1717
with:
1818
ruby-version: '3.1' # Not needed with a .ruby-version file
1919
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v4
3535
- name: Setup Ruby
36-
uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7
36+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9
3737
with:
3838
ruby-version: '3.1' # Not needed with a .ruby-version file
3939
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)