Skip to content

Commit

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

Bump ruby/setup-ruby from 1.161.0 to 1.162.0
  • Loading branch information
brtz authored Dec 19, 2023
2 parents 5c920a8 + a6c524f commit cea5a05
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@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.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@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0
with:
bundler-cache: true
# Add or replace any other lints here
Expand Down

0 comments on commit cea5a05

Please sign in to comment.