Skip to content

Commit 061550f

Browse files
Bump ruby/setup-ruby from 1.268.0 to 1.269.0 (#381)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 501ce59 commit 061550f

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
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3232
with:
3333
persist-credentials: false
34-
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1
34+
- uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1
3535
with:
3636
ruby-version: ${{ matrix.ruby }}
3737
bundler: latest # to get this fix: https://github.com/rubygems/rubygems/issues/6165
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7373
with:
7474
persist-credentials: false
75-
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1
75+
- uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1
7676
with:
7777
ruby-version: ${{ matrix.ruby }}
7878
bundler-cache: true

0 commit comments

Comments
 (0)