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 3131
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535
3636 - name : Set output
3737 id : set_output
6464
6565 steps :
6666 - name : Checkout
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v5
6868
6969 - name : Set up Python
7070 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