File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 BUNDLE_GEMFILE : ${{ github.workspace }}/Gemfile.danger
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414 - name : Set up Ruby
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v4
9+ uses : actions/checkout@v5
1010 - name : Set up Ruby
1111 uses : ruby/setup-ruby@v1
1212 with :
Original file line number Diff line number Diff line change 1919 postgresql db : slack_ruby_bot_server_test
2020 postgresql user : test
2121 postgresql password : password
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v5
2323 - uses : ruby/setup-ruby@v1
2424 with :
2525 ruby-version : ${{ matrix.entry.ruby }}
Original file line number Diff line number Diff line change 1313 MONGOID_VERSION : ${{ matrix.entry.mongoid }}
1414 GRAPE_VERSION : ${{ matrix.entry.grape }}
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v5
1717 - uses : ruby/setup-ruby@v1
1818 with :
1919 ruby-version : ${{ matrix.entry.ruby }}
Original file line number Diff line number Diff line change 1010 - { ruby: 3.4 }
1111 name : test (ruby=${{ matrix.entry.ruby }})
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v5
1414 - uses : ruby/setup-ruby@v1
1515 with :
1616 ruby-version : ${{ matrix.entry.ruby }}
You can’t perform that action at this time.
0 commit comments