Skip to content

Commit

Permalink
build: bump ruby/setup-ruby from 1.152.0 to 1.153.0
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.152.0 to 1.153.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@v1.152.0...v1.153.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>
  • Loading branch information
dependabot[bot] authored and leviem1 committed Sep 18, 2023
1 parent f59cf11 commit caf768d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up ruby
uses: ruby/setup-ruby@v1.152.0
uses: ruby/setup-ruby@v1.153.0
with:
ruby-version: '2.7.7'
bundler-cache: true
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up ruby
uses: ruby/setup-ruby@v1.152.0
uses: ruby/setup-ruby@v1.153.0
with:
ruby-version: '2.7.7'
bundler-cache: true
Expand Down

0 comments on commit caf768d

Please sign in to comment.