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