File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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@v5
11+ uses : actions/checkout@v6
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@v5
9+ uses : actions/checkout@v6
1010 - name : Set up Ruby
1111 uses : ruby/setup-ruby@v1
1212 with :
Original file line number Diff line number Diff line change 2121 postgresql db : slack_ruby_bot_server_test
2222 postgresql user : test
2323 postgresql password : password
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : ruby/setup-ruby@v1
2626 with :
2727 ruby-version : ${{ matrix.entry.ruby }}
Original file line number Diff line number Diff line change 1717 MONGOID_VERSION : ${{ matrix.entry.mongoid }}
1818 GRAPE_VERSION : ${{ matrix.entry.grape }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : ruby/setup-ruby@v1
2222 with :
2323 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@v5
13+ - uses : actions/checkout@v6
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