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 4343 fi
4444
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 - name : Setup Ruby
4949 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 3636 fail-fast : false
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040
4141 - name : Set up Ruby
4242 uses : ruby/setup-ruby@v1
4747 run : |
4848 npm install -g @stoplight/prism-cli
4949 bundle install
50- prism mock ./bandwidth.yml & (sleep 3 ; rake unit)
50+ prism mock ./bandwidth.yml & (sleep 4 ; rake unit)
5151 env :
5252 RUBY_VERSION : ${{ matrix.ruby-version }}
5353 OPERATING_SYSTEM : ${{ matrix.os }}
Original file line number Diff line number Diff line change 3535 MANTECA_APPLICATION_ID : ${{ secrets.MANTECA_APPLICATION_ID }}
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 - name : Set up Ruby
4141 uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments