File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1818 name : isort
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : Set up Python 3.11
23- uses : actions/setup-python@v1
23+ uses : actions/setup-python@v5
2424 with :
2525 cache : " pip"
2626 python-version : " 3.11"
3232 name : flake8
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v4
3636 - name : Set up Python 3.11
37- uses : actions/setup-python@v1
37+ uses : actions/setup-python@v5
3838 with :
3939 cache : " pip"
4040 python-version : " 3.11"
4747 name : black
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v4
5151 - name : Set up Python 3.11
52- uses : actions/setup-python@v1
52+ uses : actions/setup-python@v5
5353 with :
5454 cache : " pip"
5555 python-version : " 3.11"
6262 name : djhtml
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v2
65+ - uses : actions/checkout@v4
6666 - name : Set up Python 3.11
67- uses : actions/setup-python@v1
67+ uses : actions/setup-python@v5
6868 with :
6969 cache : " pip"
7070 python-version : " 3.11"
7777 name : packaging
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v2
80+ - uses : actions/checkout@v4
8181 - name : Set up Python 3.11
82- uses : actions/setup-python@v1
82+ uses : actions/setup-python@v5
8383 with :
8484 cache : " pip"
8585 python-version : " 3.11"
You can’t perform that action at this time.
0 commit comments