Skip to content

Commit b09bcdc

Browse files
Update ruby/setup-ruby action to v1.237.0 (#586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b834568 commit b09bcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
docker compose up -d || (sleep 5 && docker compose up -d)
5252
5353
- name: Set up Ruby
54-
uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
54+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
5555
with:
5656
ruby-version: ${{matrix.ruby}}
5757
bundler-cache: true
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8787

8888
- name: Set up Ruby
89-
uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
89+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
9090
with:
9191
ruby-version: ${{matrix.ruby}}
9292
bundler-cache: false

0 commit comments

Comments
 (0)