File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1313 name : Format
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v1
17- - uses : actions/setup-python@v2
18- -
uses :
pre-commit/[email protected] 16+ - uses : actions/checkout@v3
17+ - uses : actions/setup-python@v4
18+ with :
19+ python-version : " 3.10"
20+ -
uses :
pre-commit/[email protected] 1921 with :
2022 extra_args : --hook-stage manual --all-files
2123
2931 runs-on : [ubuntu-latest, macos-latest, windows-latest]
3032
3133 steps :
32- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v3
3335
34- - uses : actions/setup-python@v2
36+ - uses : actions/setup-python@v4
3537 with :
3638 python-version : ${{ matrix.python-version }}
3739
@@ -123,12 +125,12 @@ jobs:
123125 runs-on : ubuntu-latest
124126
125127 steps :
126- - uses : actions/checkout@v1
128+ - uses : actions/checkout@v3
127129
128130 - name : Build sdist and wheel
129131 run : pipx run --spec build pyproject-build
130132
131- - uses : actions/upload-artifact@v2
133+ - uses : actions/upload-artifact@v3
132134 with :
133135 path : dist
134136
You can’t perform that action at this time.
0 commit comments