Skip to content

Commit e5009f2

Browse files
authored
bump ruby version for relases (#2400)
1 parent 5f12f86 commit e5009f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
ref: ${{ github.event.release.tag_name }}
2727

28-
- name: Set up Ruby 2.7
29-
uses: ruby/setup-ruby@v1
28+
- name: Set up Ruby 3.4.3
29+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
3030
with:
31-
ruby-version: 2.7
31+
ruby-version: 3.4.3
3232

3333
- run: bundle install
3434

0 commit comments

Comments
 (0)