Skip to content

Commit 7b67ad9

Browse files
Update ruby/setup-ruby digest to d4526a5 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b725fa commit 7b67ad9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up Ruby 3.1
20-
uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d
20+
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
2121
with:
2222
ruby-version: '3.1'
2323
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2828
# change this to (see https://github.com/ruby/setup-ruby#versioning):
2929
# uses: ruby/setup-ruby@v1
30-
uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d
30+
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
3131
with:
3232
ruby-version: ${{ matrix.ruby-version }}
3333
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
@@ -53,7 +53,7 @@ jobs:
5353
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
5454
# change this to (see https://github.com/ruby/setup-ruby#versioning):
5555
# uses: ruby/setup-ruby@v1
56-
uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d
56+
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
5757
with:
5858
ruby-version: ${{ matrix.ruby-version }}
5959
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)