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 pull-requests : write
1414 steps :
1515 - name : Check out repository
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v4
1717
1818 - name : Initial PR comment
1919 uses : marocchino/sticky-pull-request-comment@v2
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-22.04
1919 steps :
2020 - name : Check out repository
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-22.04
3838 steps :
3939 - name : Check out repository
40- uses : actions/checkout@v6
40+ uses : actions/checkout@v4
4141 with :
4242 fetch-depth : 0
4343 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 2424 private_key : ${{ secrets.PRIVATE_KEY }}
2525
2626 - name : Check out repository
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v4
2828 with :
2929 ref : ${{ github.event.pull_request.head.ref }}
3030
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-22.04
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v4
2020
2121 - name : Run spell-check
2222 uses : autowarefoundation/autoware-github-actions/spell-check@v1
You can’t perform that action at this time.
0 commit comments