File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131
3232 steps :
33- - uses : actions/checkout@v4 # checkout repo content
33+ - uses : actions/checkout@v5 # 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 2929 runs-on : ubuntu-latest
3030 name : Label issues with no recent activity
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
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 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4 # checkout main branch
22+ - uses : actions/checkout@v5 # checkout main branch
2323 with :
2424 fetch-depth : 0
2525
3030 - name : Install dependencies
3131 run : npm ci
3232
33- - uses : actions/checkout@v4 # checkout gh-pages branch
33+ - uses : actions/checkout@v5 # checkout gh-pages branch
3434 with :
3535 ref : gh-pages
3636 path : deploy
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4 # checkout main branch
27+ - uses : actions/checkout@v5 # checkout main branch
2828 with :
2929 fetch-depth : 0
3030
3535 - name : Install dependencies
3636 run : npm ci
3737
38- - uses : actions/checkout@v4 # checkout gh-pages branch
38+ - uses : actions/checkout@v5 # checkout gh-pages branch
3939 with :
4040 ref : gh-pages
4141 path : deploy
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4 # checkout repo content
22+ - uses : actions/checkout@v5 # checkout repo content
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 2424 private-key : ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
2525
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 2424 private-key : ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
2525
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Create pull request
3030 id : pull_request
Original file line number Diff line number Diff line change 1818
1919 steps :
2020
21- - uses : actions/checkout@v4 # checkout repo content
21+ - uses : actions/checkout@v5 # checkout repo content
2222 with :
2323 fetch-depth : 0
2424
You can’t perform that action at this time.
0 commit comments