File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1212 name : Do the files need to be linted?
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version : lts/*
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 owner : octokit # Needed to be able to close issues in other repositories
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : actions/setup-node@v4
2929 with :
3030 cache : npm
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@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version : lts/*
Original file line number Diff line number Diff line change 2323 with :
2424 app-id : ${{ vars.OCTOKIT_APP_ID }}
2525 private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : actions/setup-node@v4
2828 with :
2929 cache : npm
You can’t perform that action at this time.
0 commit comments