File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
lint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
- uses : psf/black@stable
11
11
with :
12
12
options : " --check --diff"
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
- CYTHON : " ==3.0.0a10"
33
33
python-version : " 3.10"
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
37
37
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@v2
38
+ uses : actions/setup-python@v4
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
build_publish :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v4
22
22
with :
23
23
python-version : 3.9
24
24
46
46
id : version
47
47
48
48
- name : Create github release
49
- uses : actions/create-release@v1
49
+ uses : actions/create-release@v1.1.4
50
50
id : create_release
51
51
with :
52
52
draft : false
69
69
rm CHANGELOG.md && echo "autowrap $NEXT_VER" > CHANGELOG.md
70
70
sed -i -e "s/^[[:space:]]*__version__.*/__version__ = \(${NEXT_VER//./, }\)/g" autowrap/version.py
71
71
72
- - uses : stefanzweifel/git-auto-commit-action@v4
72
+ - uses : stefanzweifel/git-auto-commit-action@v4.15.2
73
73
with :
74
74
commit_message : New release cycle
75
75
file_pattern : CHANGELOG.md HISTORY.md autowrap/version.py
You can’t perform that action at this time.
0 commit comments