File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout main
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 with :
2525 ref : main
2626 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 name : Build llm-d website
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525 with :
2626 fetch-depth : 0
2727 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 contents : read
1515 pull-requests : write
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0
2020 - uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments