File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ${{ matrix.python_version }}
28
28
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
28
- - uses : actions/setup-python@v4
28
+ - uses : actions/setup-python@v6
29
29
with :
30
30
python-version : ${{ matrix.python_version }}
31
31
81
81
run : git-chglog -c .github/git-chglog/config.yml -o RELEASE_CHANGELOG.md $(git describe --tags $(git rev-list --tags --max-count=1))
82
82
83
83
- name : Set up Python
84
- uses : actions/setup-python@v4
84
+ uses : actions/setup-python@v6
85
85
with :
86
86
python-version : 3.8
87
87
Original file line number Diff line number Diff line change 48
48
- uses : actions/checkout@v4
49
49
50
50
- name : Set up Python
51
- uses : actions/setup-python@v4
51
+ uses : actions/setup-python@v6
52
52
with :
53
53
python-version : 3.8
54
54
You can’t perform that action at this time.
0 commit comments