File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424
2525 steps :
2626 - name : Checkout Code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030
3131 - name : Install Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : " 3.11"
3535
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
4848 cargo build --release --features cocos
4949
5050 - name : Generate Changelog using git-cliff
51- uses : tj-actions/git-cliff@v1
51+ uses : tj-actions/git-cliff@v2
5252 with :
5353 args : --verbose
5454 output : " CHANGELOG.md"
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout Code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 0
3232
You can’t perform that action at this time.
0 commit comments