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 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2525 with :
2626 # We must fetch at least the immediate parents so that if this is
2727 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2424 with :
2525 app-id : ${{ vars.OCTOKIT_APP_ID }}
2626 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-node@v6
2929 with :
3030 node-version : lts/*
Original file line number Diff line number Diff line change 1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616 - uses : actions/setup-node@v6
1717 with :
1818 node-version : 24
Original file line number Diff line number Diff line change 1313 with :
1414 app-id : ${{ vars.OCTOKIT_APP_ID }}
1515 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-node@v6
1818 with :
1919 node-version : " lts/*"
You can’t perform that action at this time.
0 commit comments