File tree Expand file tree Collapse file tree 11 files changed +164
-160
lines changed Expand file tree Collapse file tree 11 files changed +164
-160
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131
3232 steps :
33- - uses : actions/checkout@v5 # checkout repo content
33+ - uses : actions/checkout@v6 # checkout repo content
3434
3535 # we want to close old agenda issues before creating a new one because there's a limit of 3 pinned items on a repo
3636 - name : Close old agenda issues
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 2929 runs-on : ubuntu-latest
3030 name : Label issues with no recent activity
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - run : scripts/label-no-recent.ps1
3434 shell : pwsh
3535 - run : scripts/close-no-recent.ps1
Original file line number Diff line number Diff line change 2727 owner : OAI
2828 repositories : spec.openapis.org
2929
30- - uses : actions/checkout@v5 # checkout main branch of this repo
30+ - uses : actions/checkout@v6 # checkout main branch of this repo
3131 with :
3232 fetch-depth : 0
3333
3838 - name : Install dependencies
3939 run : npm ci
4040
41- - uses : actions/checkout@v5 # checkout main branch of website repo
41+ - uses : actions/checkout@v6 # checkout main branch of website repo
4242 with :
4343 token : ${{ steps.generate-token.outputs.token }}
4444 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 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v5 # checkout repo content
22+ - uses : actions/checkout@v6 # checkout repo content
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 2626 private-key : ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
2727
2828 - name : Checkout repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 token : ${{ steps.generate-token.outputs.token }}
Original file line number Diff line number Diff line change 2626 private-key : ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
2727
2828 - name : Checkout repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 token : ${{ steps.generate-token.outputs.token }}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v5 # checkout repo content
18+ - uses : actions/checkout@v6 # checkout repo content
1919
2020 - uses : actions/setup-node@v6 # setup Node.js
2121 with :
You can’t perform that action at this time.
0 commit comments