This repository was archived by the owner on Apr 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 python_version : [3.7, 3.8]
1919 os : [macos-latest, windows-latest, ubuntu-latest]
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : Set up Python ${{ matrix.python_version }}
2323 uses : actions/setup-python@v2
2424 with :
Original file line number Diff line number Diff line change 1010 release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v1
1515 with :
1616 node-version : 12.16.3
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 security :
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
8888 django-version : ["~=2.2.0", "~=3.0.0"]
8989
9090 steps :
91- - uses : actions/checkout@v2
91+ - uses : actions/checkout@v4
9292 - name : Set up Python ${{ matrix.python-version }}
9393 uses : actions/setup-python@v2
9494 with :
@@ -112,7 +112,7 @@ jobs:
112112 docker :
113113 runs-on : ubuntu-latest
114114 steps :
115- - uses : actions/checkout@v2
115+ - uses : actions/checkout@v4
116116
117117 - name : docker build
118118 run : docker build . --file Dockerfile -t ${{ github.repository }} -t ${{ github.repository }}:$(date +%s)
You can’t perform that action at this time.
0 commit comments