Skip to content

Commit a5f623b

Browse files
. e Bump ruby/setup-ruby from 1.269.0 to 1.270.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.269.0 to 1.270.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.269.0...v1.270.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.270.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 925858f commit a5f623b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Setup Ruby, JRuby and TruffleRuby
12-
uses: ruby/setup-ruby@v1.269.0
12+
uses: ruby/setup-ruby@v1.270.0
1313
with:
1414
ruby-version : 3.2.6
1515
- uses: actions/checkout@v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- macos
2323
steps:
2424
- name: Setup Ruby
25-
uses: ruby/setup-ruby@v1.269.0
25+
uses: ruby/setup-ruby@v1.270.0
2626
with:
2727
ruby-version: ${{ matrix.ruby }}
2828
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)