File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
- name : Set up Python
13
13
uses : actions/setup-python@v4
14
14
with :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
- name : Set up Python
30
30
uses : actions/setup-python@v4
31
31
with :
Original file line number Diff line number Diff line change 10
10
name : Build and publish Python 🐍 distributions 📦 to pypi
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@master
13
+ - uses : actions/checkout@v3
14
14
- name : Set up Python 3.9
15
15
uses : actions/setup-python@v4
16
16
with :
Original file line number Diff line number Diff line change 10
10
name : Build and publish Python 🐍 distributions 📦 to TestPyPI
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@master
13
+ - uses : actions/checkout@v3
14
14
- name : Set up Python 3.9
15
15
uses : actions/setup-python@v4
16
16
with :
Original file line number Diff line number Diff line change 21
21
django-version : ' 4.1'
22
22
23
23
steps :
24
- - uses : actions/checkout@v1
24
+ - uses : actions/checkout@v3
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
27
27
uses : actions/setup-python@v4
55
55
]
56
56
57
57
steps :
58
- - uses : actions/checkout@v1
58
+ - uses : actions/checkout@v3
59
59
- name : Set up Python ${{ matrix.python-version }}
60
60
61
61
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments