File tree 3 files changed +282
-203
lines changed
3 files changed +282
-203
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
14
- - uses : actions/setup-python@v4
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/setup-python@v5
15
15
with :
16
16
python-version : " 3.12"
17
17
- name : Install Poetry
@@ -32,19 +32,19 @@ jobs:
32
32
needs : publish_pypi
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
- name : Generate a changelog
39
- uses : orhun/git-cliff-action@v1
39
+ uses : orhun/git-cliff-action@v3
40
40
id : git-cliff
41
41
with :
42
42
config : cliff.toml
43
43
args : -vv --current --strip header
44
44
env :
45
45
OUTPUT : CHANGELOG.md
46
46
- name : Create GitHub release
47
- uses : softprops/action-gh-release@v1
47
+ uses : softprops/action-gh-release@v2
48
48
with :
49
49
body_path : ${{ steps.git-cliff.outputs.changelog }}
50
50
env :
Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : actions/setup-python@v4
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/setup-python@v5
17
17
with :
18
18
python-version : " 3.12"
19
- - uses : actions/setup-python@v4
19
+ - uses : actions/setup-python@v5
20
20
with :
21
21
python-version : " 3.11"
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : " 3.10"
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : " 3.9"
28
- - uses : actions/setup-python@v4
28
+ - uses : actions/setup-python@v5
29
29
with :
30
30
python-version : " 3.8"
31
31
- name : Install Poetry
You can’t perform that action at this time.
0 commit comments