File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-node@v4
16+ - uses : actions/setup-node@v5
1717 with :
1818 node-version : lts/*
1919 cache : npm
Original file line number Diff line number Diff line change 2525 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
2626 owner : octokit # Needed to be able to close issues in other repositories
2727 - uses : actions/checkout@v5
28- - uses : actions/setup-node@v4
28+ - uses : actions/setup-node@v5
2929 with :
3030 cache : npm
3131 node-version : lts/*
Original file line number Diff line number Diff line change 1313 app-id : ${{ vars.OCTOKIT_APP_ID }}
1414 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-node@v4
16+ - uses : actions/setup-node@v5
1717 with :
1818 node-version : lts/*
1919 cache : npm
Original file line number Diff line number Diff line change 2424 app-id : ${{ vars.OCTOKIT_APP_ID }}
2525 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
2626 - uses : actions/checkout@v5
27- - uses : actions/setup-node@v4
27+ - uses : actions/setup-node@v5
2828 with :
2929 cache : npm
3030 node-version : lts/*
You can’t perform that action at this time.
0 commit comments