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 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v3
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.x'
17
17
cache : pip
Original file line number Diff line number Diff line change 14
14
# IMPORTANT: this permission is mandatory for trusted publishing
15
15
id-token : write
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Python
19
- uses : actions/setup-python@v3
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ' 3.x'
22
22
cache : pip
35
35
if : github.repository_owner == 'pypa'
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
- name : Set up Python
40
- uses : actions/setup-python@v3
40
+ uses : actions/setup-python@v5
41
41
with :
42
42
python-version : ' 3.x'
43
43
cache : pip
You can’t perform that action at this time.
0 commit comments