File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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@v4.1.0
16+ - uses : actions/checkout@v4.1.1
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@v4.1.0
12+ uses : actions/checkout@v4.1.1
1313 - name : Set up Ruby
1414 uses : ruby/setup-ruby@v1
1515 with :
3434 ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
3535 steps :
3636 - name : Checkout code
37- uses : actions/checkout@v4.1.0
37+ uses : actions/checkout@v4.1.1
3838 - name : Set up Ruby
3939 uses : ruby/setup-ruby@v1
4040 with :
You can’t perform that action at this time.
0 commit comments