File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 if : (!contains(github.event.pull_request.labels.*.name, 'skip changelog'))
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
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 1818 runs-on : ubuntu-24.04
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - name : Update Rust toolchain
2323 run : rustup update
2424 - name : Rust Cache
3434 runs-on : ubuntu-24.04
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 - name : Update Rust toolchain
3939 run : rustup update
4040 - name : Rust Cache
4646 runs-on : ubuntu-24.04
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 - name : Update Rust toolchain
5151 run : rustup update
5252 - name : Rust Cache
You can’t perform that action at this time.
0 commit comments