File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919
2020 - name : Use Node.js
2121 uses : actions/setup-node@v6
3737 if : github.ref == 'refs/heads/main'
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 with :
4242 fetch-depth : 0
4343 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 55 commitlint :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v5
8+ - uses : actions/checkout@v6
99 with :
1010 fetch-depth : 0
1111 - uses : wagoid/commitlint-github-action@v6
You can’t perform that action at this time.
0 commit comments