File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout 🛎️
23
- uses : " actions/checkout@v2 "
23
+ uses : " actions/checkout@v3 "
24
24
25
25
- name : Check for changed files
26
26
uses : dorny/paths-filter@v2
33
33
34
34
- name : Setup Python 🐍
35
35
if : steps.changes.outputs.code == 'true'
36
- uses : " actions/setup-python@v2 "
36
+ uses : " actions/setup-python@v4 "
37
37
with :
38
38
python-version : " 3.8"
39
39
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout 🛎️
28
- uses : " actions/checkout@v2 "
28
+ uses : " actions/checkout@v3 "
29
29
30
30
- name : Check for changed files
31
31
uses : dorny/paths-filter@v2
38
38
39
39
- name : Setup Python 🐍
40
40
if : steps.changes.outputs.code == 'true'
41
- uses : " actions/setup-python@v2 "
41
+ uses : " actions/setup-python@v4 "
42
42
with :
43
43
python-version : " 3.8"
44
44
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout 🛎️
38
- uses : " actions/checkout@v2 "
38
+ uses : " actions/checkout@v3 "
39
39
40
40
- name : Check for changed files
41
41
if : startsWith(github.ref, 'refs/tags/') != true
50
50
- name : Setup Python 🐍
51
51
id : setup-python
52
52
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
53
- uses : " actions/setup-python@v2 "
53
+ uses : " actions/setup-python@v4 "
54
54
with :
55
55
python-version : " ${{ matrix.config.python-version }}"
56
56
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout 🛎️
39
- uses : " actions/checkout@v2 "
39
+ uses : " actions/checkout@v3 "
40
40
41
41
- name : Check for changed files
42
42
if : startsWith(github.ref, 'refs/tags/') != true
51
51
- name : Setup Python 🐍
52
52
id : setup-python
53
53
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
54
- uses : " actions/setup-python@v2 "
54
+ uses : " actions/setup-python@v4 "
55
55
with :
56
56
python-version : " ${{ matrix.config.python-version }}"
57
57
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout 🛎️
38
- uses : " actions/checkout@v2 "
38
+ uses : " actions/checkout@v3 "
39
39
40
40
- name : Check for changed files
41
41
if : startsWith(github.ref, 'refs/tags/') != true
50
50
- name : Setup Python 🐍
51
51
id : setup-python
52
52
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
53
- uses : " actions/setup-python@v2 "
53
+ uses : " actions/setup-python@v4 "
54
54
with :
55
55
python-version : " ${{ matrix.config.python-version }}"
56
56
You can’t perform that action at this time.
0 commit comments