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 contents : read
1818 packages : write
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131 with :
3232 fetch-depth : 1
3333
Original file line number Diff line number Diff line change 2626 actions : read # Required for Claude to read CI results on PRs
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v7
3030 with :
3131 fetch-depth : 1
3232
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v6
35+ uses : actions/checkout@v7
3636
3737 - name : Initialize CodeQL
3838 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 4545 deploy :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v6
48+ - uses : actions/checkout@v7
4949 with :
5050 fetch-depth : 0
5151
Original file line number Diff line number Diff line change 2222 outputs :
2323 version : ${{ steps.version.outputs.version }}
2424 steps :
25- - uses : actions/checkout@v6
25+ - uses : actions/checkout@v7
2626 with :
2727 fetch-depth : 0
2828
@@ -122,7 +122,7 @@ jobs:
122122 contents : write # create the promotion branch
123123 pull-requests : write # open the PR
124124 steps :
125- - uses : actions/checkout@v6
125+ - uses : actions/checkout@v7
126126
127127 - name : Promote unshipped public API
128128 run : python3 eng/mark_api_shipped.py
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout Code
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 with :
2727 fetch-depth : 0
2828
You can’t perform that action at this time.
0 commit comments