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 2222 steps :
2323 - uses : actions/checkout@v4
2424
25- - uses : actions/setup-python@v4
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python_version }}
2828
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v4
2727
28- - uses : actions/setup-python@v4
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python_version }}
3131
8181 run : git-chglog -c .github/git-chglog/config.yml -o RELEASE_CHANGELOG.md $(git describe --tags $(git rev-list --tags --max-count=1))
8282
8383 - name : Set up Python
84- uses : actions/setup-python@v4
84+ uses : actions/setup-python@v6
8585 with :
8686 python-version : 3.8
8787
Original file line number Diff line number Diff line change 4848 - uses : actions/checkout@v4
4949
5050 - name : Set up Python
51- uses : actions/setup-python@v4
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : 3.8
5454
You can’t perform that action at this time.
0 commit comments