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 1212 Lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
16- - uses : actions/setup-python@v4
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.11"
19- -
uses :
pre-commit/[email protected] .0 19+ -
uses :
pre-commit/[email protected] .1
Original file line number Diff line number Diff line change 2020 - run : sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
2121 - run : pip install -U build
2222 - run : python -m build
23- - uses : actions/upload-artifact@v3
23+ - uses : actions/upload-artifact@v4
2424 with :
2525 name : dist
2626 path : dist/
Original file line number Diff line number Diff line change 1717 - run : sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
1818 - run : pip install -U build
1919 - run : python -m build
20- - uses : actions/upload-artifact@v3
20+ - uses : actions/upload-artifact@v4
2121 with :
2222 name : dist
2323 path : dist/
You can’t perform that action at this time.
0 commit comments