File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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@v3
17- - uses : actions/setup-python@v4
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.10"
2020 - uses : pre-commit/action@v3.0.0
3131 runs-on : [ubuntu-latest, macos-latest, windows-latest]
3232
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535
36- - uses : actions/setup-python@v4
36+ - uses : actions/setup-python@v5
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115
116116 steps :
117- - uses : actions/checkout@v3
117+ - uses : actions/checkout@v4
118118
119119 - name : Build sdist and wheel
120120 run : pipx run --spec build pyproject-build
You can’t perform that action at this time.
0 commit comments