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 8
8
pypi-release :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v4.1.1
12
12
13
13
- name : Set up Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5.0.0
15
15
with :
16
16
python-version : 3.11
17
17
Original file line number Diff line number Diff line change 7
7
- master
8
8
9
9
env :
10
- AUTO_VERSION : v11.0.4
10
+ AUTO_VERSION : v11.1.1
11
11
12
12
jobs :
13
13
auto-release :
14
14
runs-on : ubuntu-latest
15
15
if : " !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v4.1.1
18
18
19
19
- name : Prepare repository
20
20
# Fetch full git history and tags
26
26
run : git config --local --unset http.https://github.com/.extraheader
27
27
28
28
- name : Set up Python
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5.0.0
30
30
with :
31
- python-version : 3.7
31
+ python-version : " 3.10 "
32
32
33
33
- name : Download auto
34
34
run : |
You can’t perform that action at this time.
0 commit comments