File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-22.04
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Set up Python
2525 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
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-latest
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-latest
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change 1010 name : Project Rename
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-python@v5
1515 with :
1616 python-version : " 3.11"
3535 os : ["windows-latest", "ubuntu-latest", "macos-13"]
3636 python : ["3.10", "3.11"]
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - uses : actions/setup-python@v5
4040 with :
4141 python-version : ${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments