Skip to content

Commit 28b4b91

Browse files
Bump ruby/setup-ruby from 1.288.0 to 1.299.0 (#137)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.288.0 to 1.299.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@09a7688...3ff19f5) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.299.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f33a8c commit 28b4b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616

1717
- name: Set up Ruby
18-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd
18+
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64
1919
with:
2020
ruby-version: .ruby-version
2121
bundler-cache: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1919

2020
- name: Setup Ruby
21-
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd
21+
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64
2222
with:
2323
ruby-version: .ruby-version
2424
bundler-cache: true

0 commit comments

Comments
 (0)