File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Checkout
2424 id : checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828 persist-credentials : false
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 id : checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 persist-credentials : false
2727
Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Checkout
3232 id : checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 persist-credentials : false
3636
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 id : checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727 persist-credentials : false
Original file line number Diff line number Diff line change 2424 permissions :
2525 contents : read # Required to read repo contents. Note: We leverage release-preview app for PR + commit generation
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0 # Get all history which is required for parsing commits
3030 persist-credentials : false
Original file line number Diff line number Diff line change 1818 github.event.pull_request.merged == true
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0 # Get all history
2424 fetch-tags : true
Original file line number Diff line number Diff line change 1616 permissions :
1717 contents : read
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 # Disabling shallow clone is recommended for improving relevancy of reporting
2222 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments