Skip to content

Commit 0209a2b

Browse files
dependabot[bot]isidore
authored andcommitted
. e Bump ruby/setup-ruby from 1.283.0 to 1.284.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.283.0 to 1.284.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.283.0...v1.284.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.284.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f6f4e2 commit 0209a2b

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.283.0
12+
uses: ruby/setup-ruby@v1.284.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.283.0
25+
uses: ruby/setup-ruby@v1.284.0
2626
with:
2727
ruby-version: ${{ matrix.ruby }}
2828
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)