File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 # We must fetch at least the immediate parents so that if this is
2222 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1818 name : release
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-node@v6
2323 with :
2424 node-version : lts/*
Original file line number Diff line number Diff line change 1717 - 22
1818 - 24
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Use Node.js ${{ matrix.node_version }}
2222 uses : actions/setup-node@v6
2323 with :
3131 steps :
3232 - run : exit 1
3333 if : ${{ needs.test_matrix.result != 'success' }}
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - run : npm ci
3636 - run : npm run lint
3737 - run : npm run test:ts
Original file line number Diff line number Diff line change 1212 with :
1313 app-id : ${{ vars.OCTOKIT_APP_ID }}
1414 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-node@v6
1717 with :
1818 cache : npm
Original file line number Diff line number Diff line change 1818 with :
1919 app-id : ${{ vars.OCTOKIT_APP_ID }}
2020 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 token : ${{ steps.app-token.outputs.token }}
2424 - uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments