File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Set output
3535 id : set_output
6161
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565
6666 - name : Set up Python
6767 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1010 ccdc-commit-hooks-on-pull-request-check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 ref : ${{ github.head_ref }}
1616 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 changed-files : ${{ steps.file-changes.outputs.changed-files }}
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1212 changed-files : ${{ steps.file-changes.outputs.changed-files }}
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1515 python_version : ["3.11"]
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1313 changed-files : ${{ steps.file-changes.outputs.changed-files }}
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
You can’t perform that action at this time.
0 commit comments