File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323
4747 - uses : actions/checkout@v4
4848
4949 - name : Set up Python
50- uses : actions/setup-python@v4
50+ uses : actions/setup-python@v5
5151 with :
5252 python-version : ' 3.8'
5353
Original file line number Diff line number Diff line change 88jobs :
99 commitlint :
1010 runs-on : ubuntu-latest
11- name : Check commit messages
11+ name : Commitlint
1212 steps :
13- - name : Checkout
14- uses : actions/checkout@v4
13+ - uses : actions/checkout@v4
14+
1515 - name : Run commitlint
1616 uses : ./ # Uses an action in the root directory
1717 # or use a released GitHub Action
Original file line number Diff line number Diff line change 5959jobs :
6060 commitlint :
6161 runs-on : ubuntu-latest
62- name : Check commit messages
62+ name : Commitlint
6363 steps :
64- - name : Checkout
65- uses : actions/checkout@v4
64+ - uses : actions/checkout@v4
65+
6666 - name : Run commitlint
6767 uses : opensource-nepal/commitlint@0.1.0
6868` ` `
Original file line number Diff line number Diff line change 44 using : " composite"
55 steps :
66 - name : Install Python
7- uses : actions/setup-python@v4
7+ uses : actions/setup-python@v5
88 with :
99 python-version : " 3.8"
1010
You can’t perform that action at this time.
0 commit comments