File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 - uses : psf/black@stable
Original file line number Diff line number Diff line change 88 name : Update changelog
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 with :
1313 ref : master
14- - uses : rhysd/changelog-from-release/action@v2
14+ - uses : rhysd/changelog-from-release/action@v3
1515 with :
1616 file : CHANGELOG.md
1717 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919 - name : Set up Python 3.8
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v3
2121 with :
2222 python-version : 3.8
2323 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Set up Python
18- uses : actions/setup-python@v1
18+ uses : actions/setup-python@v3
1919 with :
20- python-version : ' 3.x '
20+ python-version : 3.8
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments