File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 2020 release-type : simple
2121
2222 - name : Checkout repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Tag major and minor versions
2626 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818
1919 - name : Run action
2020 uses : ./
Original file line number Diff line number Diff line change 2323 uses : ai-action/setup-ollama@v1
2424
2525 - name : Checkout repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727
2828 - name : Summarize pull request
2929 shell : bash
You can’t perform that action at this time.
0 commit comments