File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 steps :
1919 - name : Check out repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121
2222 - name : Initial PR comment
2323 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@v4
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-22.04
3939 steps :
4040 - name : Check out repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 0
4444 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@v4
27+ uses : actions/checkout@v6
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@v4
19+ uses : actions/checkout@v6
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