File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-22.04
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
2727 - name : Set up Python
2828 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-22.04
77 name : Pylint
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010
1111 - name : Set up Python
1212 uses : actions/setup-python@v5
2929 runs-on : ubuntu-22.04
3030 name : Python formatting
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333
3434 - name : Set up Python
3535 uses : actions/setup-python@v5
4646 markdown-link-check :
4747 runs-on : ubuntu-22.04
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - uses : gaurav-nelson/github-action-markdown-link-check@v1
5151
Original file line number Diff line number Diff line change 1313 os : ['windows-2022', 'ubuntu-22.04', 'macos-13']
1414 python : ['3.10', '3.11']
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - uses : actions/setup-python@v5
1919 with :
You can’t perform that action at this time.
0 commit comments