This repository was archived by the owner on Apr 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 if : startsWith(github.head_ref, 'renovate') == false
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - uses : actions/setup-python@v2
1919 with :
2020 python-version : 3.8
2828 black :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v4
3232 - uses : actions/setup-python@v2
3333 with :
3434 python-version : 3.8
4242 isort :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v4
4646 - uses : actions/setup-python@v2
4747 with :
4848 python-version : 3.8
5656 test :
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v2
59+ - uses : actions/checkout@v4
6060 - uses : actions/setup-python@v2
6161 with :
6262 python-version : 3.8
7070 security :
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v2
73+ - uses : actions/checkout@v4
7474 - uses : actions/setup-python@v2
7575 with :
7676 python-version : 3.8
9595 docker :
9696 runs-on : ubuntu-latest
9797 steps :
98- - uses : actions/checkout@v2
98+ - uses : actions/checkout@v4
9999
100100 - name : docker build
101101 run : docker build -t python-demo .
You can’t perform that action at this time.
0 commit comments