Skip to content

Commit

Permalink
Build(deps): Bump ruby/setup-ruby from 1.172.0 to 1.173.0
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.172.0 to 1.173.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@d4526a5...5f19ec7)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 25f2f6f commit e37476f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.92
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.92
with:
bundler-cache: true

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.92
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.92
with:
bundler-cache: true
# - name: Security audit application code
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.92
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.92
with:
bundler-cache: true
# Add or replace any other lints here
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.92
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.92
with:
bundler-cache: true

Expand Down

0 comments on commit e37476f

Please sign in to comment.