File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Cancel previous runs
27- uses : styfle/cancel-workflow-action@0.9.1
27+ uses : styfle/cancel-workflow-action@0.10.0
2828 with :
2929 access_token : ${{ github.token }}
3030 - name : Checkout source
6767 shell : bash -l {0}
6868 steps :
6969 - name : Cancel previous runs
70- uses : styfle/cancel-workflow-action@0.9.1
70+ uses : styfle/cancel-workflow-action@0.10.0
7171 with :
7272 access_token : ${{ github.token }}
7373 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v3
14- - uses : actions/setup-python@v3
15- -
uses :
pre-commit/[email protected] 14+ - uses : actions/setup-python@v4
15+ with :
16+ python-version : ' 3.x'
17+ -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 1515 shell : bash
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v3
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : ' 3.x'
2121
Original file line number Diff line number Diff line change 11What's new
22==========
33
4- 0.6.3 (unreleased )
4+ 0.6.3 (29-06-2022 )
55------------------
66
77Bug fixes
You can’t perform that action at this time.
0 commit comments