File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v4
21
21
with :
22
22
python-version : 3.8
23
23
Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ jobs:
65
65
options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
66
66
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v3
69
69
70
70
- name : Set up Python ${{ matrix.python-version }}
71
- uses : actions/setup-python@v2
71
+ uses : actions/setup-python@v4
72
72
with :
73
73
python-version : ${{ matrix.python-version }}
74
74
78
78
echo "::set-output name=dir::$(pip cache dir)"
79
79
80
80
- name : Cache
81
- uses : actions/cache@v2
81
+ uses : actions/cache@v3
82
82
with :
83
83
path : ${{ steps.pip-cache.outputs.dir }}
84
84
key :
98
98
DJANGO : ${{ matrix.django-version }}
99
99
100
100
- name : Upload coverage
101
- uses : codecov/codecov-action@v1
101
+ uses : codecov/codecov-action@v3
102
102
with :
103
103
name : Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments