File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-python@v4
1919 with :
2020 python-version : " 3.14"
2626 name : Lint Commit Messages
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 - uses : wagoid/commitlint-github-action@v5.5.1
4242 - ubuntu-latest
4343 runs-on : ${{ matrix.os }}
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v6
4646 - name : Set up Python
4747 uses : actions/setup-python@v4
4848 with :
6969 - commitlint
7070
7171 steps :
72- - uses : actions/checkout@v3
72+ - uses : actions/checkout@v6
7373 with :
7474 fetch-depth : 0
7575
Original file line number Diff line number Diff line change 1111 labels :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v6
1515 - name : Set up Python
1616 uses : actions/setup-python@v4
1717 with :
You can’t perform that action at this time.
0 commit comments