Skip to content

Commit

Permalink
Merge pull request #20 from brtz/dependabot/github_actions/ruby/setup…
Browse files Browse the repository at this point in the history
…-ruby-1.171.0

Bump ruby/setup-ruby from 1.169.0 to 1.171.0
  • Loading branch information
brtz authored Feb 6, 2024
2 parents 51c3237 + d1ca624 commit 96888a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: ruby_build_checkout
uses: actions/checkout@v4
- name: ruby_build_rubysetup
uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
with:
bundler-cache: true
- name: ruby_build_dbsetup
Expand All @@ -60,7 +60,7 @@ jobs:
- name: ruby_lint_checkout
uses: actions/checkout@v4
- name: ruby_lint_rubysetup
uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
with:
bundler-cache: true
# Add or replace any other lints here
Expand Down

0 comments on commit 96888a9

Please sign in to comment.