Skip to content

Commit

Permalink
build: bump ruby/setup-ruby from 1.153.0 to 1.154.0
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.153.0 to 1.154.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@v1.153.0...v1.154.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 25, 2023
1 parent caf768d commit 0e7ea69
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.153.0
uses: ruby/setup-ruby@v1.154.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.153.0
uses: ruby/setup-ruby@v1.154.0
with:
ruby-version: '2.7.7'
bundler-cache: true
Expand Down

0 comments on commit 0e7ea69

Please sign in to comment.