Skip to content

Commit 9b41d4d

Browse files
chore(deps): bump ruby/setup-ruby from 1.254.0 to 1.257.0 (#2051)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4106a90 commit 9b41d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
persist-credentials: false
5252

5353
- name: Setup Ruby
54-
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # https://github.com/ruby/setup-ruby/releases/tag/v1.254.0
54+
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # https://github.com/ruby/setup-ruby/releases/tag/v1.257.0
5555
with:
5656
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5757

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323
- name: Setup Ruby
24-
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # https://github.com/ruby/setup-ruby/releases/tag/v1.254.0
24+
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # https://github.com/ruby/setup-ruby/releases/tag/v1.257.0
2525
with:
2626
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2727
cache-version: 0 # Increment this number if you need to re-download cached gems

0 commit comments

Comments
 (0)