File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7575 discussions : write
7676 contents : read
7777 steps :
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979 - name : Get agenda text from template
8080 id : get-agenda
8181 run : |
Original file line number Diff line number Diff line change 1414 check-files :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5 # checkout repo content
17+ - uses : actions/checkout@v6 # checkout repo content
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 3232 owner : OAI
3333 repositories : spec.openapis.org
3434
35- - uses : actions/checkout@v5 # checkout main branch of this repo
35+ - uses : actions/checkout@v6 # checkout main branch of this repo
3636 with :
3737 fetch-depth : 0
3838
4343 - name : Install dependencies
4444 run : npm ci
4545
46- - uses : actions/checkout@v5 # checkout main branch of website repo
46+ - uses : actions/checkout@v6 # checkout main branch of website repo
4747 with :
4848 token : ${{ steps.generate-token.outputs.token }}
4949 repository : OAI/spec.openapis.org
Original file line number Diff line number Diff line change 3030 owner : OAI
3131 repositories : spec.openapis.org
3232
33- - uses : actions/checkout@v5 # checkout main branch of this repo
33+ - uses : actions/checkout@v6 # checkout main branch of this repo
3434 with :
3535 fetch-depth : 0
3636
4141 - name : Install dependencies
4242 run : npm ci
4343
44- - uses : actions/checkout@v5 # checkout main branch of website repo
44+ - uses : actions/checkout@v6 # checkout main branch of website repo
4545 with :
4646 token : ${{ steps.generate-token.outputs.token }}
4747 repository : OAI/spec.openapis.org
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v5 # checkout repo content
21+ - uses : actions/checkout@v6 # checkout repo content
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v5 # checkout repo content
20+ - uses : actions/checkout@v6 # checkout repo content
2121 with :
2222 fetch-depth : 0
2323
You can’t perform that action at this time.
0 commit comments