File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
django-version : ' main'
34
34
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@v3
37
37
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@v2
39
+ uses : actions/setup-python@v4
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
47
47
echo "::set-output name=dir::$(pip cache dir)"
48
48
49
49
- name : Cache
50
- uses : actions/cache@v2
50
+ uses : actions/cache@v3
51
51
with :
52
52
path : ${{ steps.pip-cache.outputs.dir }}
53
53
key :
67
67
DJANGO : ${{ matrix.django-version }}
68
68
69
69
- name : Upload coverage
70
- uses : codecov/codecov-action@v1
70
+ uses : codecov/codecov-action@v3
71
71
with :
72
72
name : Python ${{ matrix.python-version }}
73
73
77
77
name : Test successful
78
78
steps :
79
79
- name : Success
80
- run : echo Test successful
80
+ run : echo Test successful
You can’t perform that action at this time.
0 commit comments