File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 commitlint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 100
1616 - uses : wagoid/commitlint-github-action@v5
Original file line number Diff line number Diff line change 1111 name : Lint using ESLint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Use latest Node.js LTS
1616 uses : actions/setup-node@v4
1717 with :
Original file line number Diff line number Diff line change 2525 if : ${{ needs.release-please.outputs.release_created }}
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions/setup-node@v4
3030 with :
3131 node-version : 24.x
You can’t perform that action at this time.
0 commit comments