Skip to content

Commit 955a87d

Browse files
build(deps): bump ruby/setup-ruby from 1.227.0 to 1.229.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.227.0 to 1.229.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@v1.227.0...v1.229.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2dd3d4a commit 955a87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Install Ruby and gems
15-
uses: ruby/setup-ruby@v1.227.0
15+
uses: ruby/setup-ruby@v1.229.0
1616
with:
1717
bundler-cache: true
1818

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Install Ruby and gems
40-
uses: ruby/setup-ruby@v1.227.0
40+
uses: ruby/setup-ruby@v1.229.0
4141
with:
4242
bundler-cache: true
4343

0 commit comments

Comments
 (0)