File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 lint :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-node@v4
1616 - run : npm ci --no-fund
1717 - run : npm run lint
2323 matrix :
2424 node-version : [18, 20, 21]
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Setup Node.js ${{ matrix.node-version }}
2828 uses : actions/setup-node@v4
2929 with :
Original file line number Diff line number Diff line change 2525 distribution : " temurin"
2626 java-version : " 21" # SonarCloud requires v17 or higher.
2727 check-latest : true
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis.
3131 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments