File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
django-version : ['3.2', '4.0', '4.1', 'main']
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v4
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
26
26
echo "::set-output name=dir::$(pip cache dir)"
27
27
28
28
- name : Cache
29
- uses : actions/cache@v2
29
+ uses : actions/cache@v3
30
30
with :
31
31
path : ${{ steps.pip-cache.outputs.dir }}
32
32
key :
46
46
DJANGO : ${{ matrix.django-version }}
47
47
48
48
- name : Upload coverage
49
- uses : codecov/codecov-action@v1
49
+ uses : codecov/codecov-action@v3
50
50
with :
51
51
name : Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments