Skip to content

Commit

Permalink
Update ruby/setup-ruby digest to 432702e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 7c8b7d0 commit ca145e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a
with:
ruby-version: '3.1'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand All @@ -53,7 +53,7 @@ jobs:
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit ca145e4

Please sign in to comment.