File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
Lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : actions/setup-python@v4
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/setup-python@v5
17
17
with :
18
18
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 20
20
- run : sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
21
21
- run : pip install -U build
22
22
- run : python -m build
23
- - uses : actions/upload-artifact@v3
23
+ - uses : actions/upload-artifact@v4
24
24
with :
25
25
name : dist
26
26
path : dist/
Original file line number Diff line number Diff line change 17
17
- run : sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
18
18
- run : pip install -U build
19
19
- run : python -m build
20
- - uses : actions/upload-artifact@v3
20
+ - uses : actions/upload-artifact@v4
21
21
with :
22
22
name : dist
23
23
path : dist/
You can’t perform that action at this time.
0 commit comments