File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 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 1717 name : test (ruby=${{ matrix.entry.ruby }})
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Set up Ruby
2222 uses : ruby/setup-ruby@v1
2323 with :
Original file line number Diff line number Diff line change 1111 contents : write
1212 pull-requests : write
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 submodules : recursive
1717 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments