File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 !contains(github.event.pull_request.body, '[skip ci]') &&
1414 !contains(github.event.pull_request.labels.*.name, 'skip changelog')
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 - name : Check that CHANGELOG is touched
1818 run : |
1919 git fetch origin ${{ github.base_ref }} --depth 1 && \
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313 - name : Set up Ruby
1414 uses : ruby/setup-ruby@v1
1515 with :
4343 PRISM_VERSION : ${{ matrix.prism_version }}
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@v6
46+ uses : actions/checkout@v7
4747 - name : Set up Ruby
4848 uses : ruby/setup-ruby@v1
4949 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 if : ${{ github.repository_owner == 'ruby' }}
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@v7
1212
1313 - name : Create GitHub App token
1414 id : app-token
You can’t perform that action at this time.
0 commit comments