File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@v5
3636 - uses : ruby/setup-ruby@v1
3737 with :
38- ruby-version : " 3.4 "
38+ ruby-version : " 4.0.1 "
3939 - run : " bundle install"
4040 # Publish to old and new account until we can disable the old account
4141 - name : Generate and publish pacts
5858 - uses : actions/checkout@v5
5959 - uses : ruby/setup-ruby@v1
6060 with :
61- ruby-version : " 3.4 "
61+ ruby-version : " 4.0.1 "
6262 - run : " bundle install"
6363 - name : Generate and publish pacts
6464 run : |
Original file line number Diff line number Diff line change 1- 3.4.4
1+ 4.0.1
Original file line number Diff line number Diff line change 1- FROM ruby:3.4.4 -alpine
1+ FROM ruby:4.0.0 -alpine
22
33RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hub
44RUN apk add --update --no-cache git openssh bash
You can’t perform that action at this time.
0 commit comments