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 99 FLAKE8 : venv/bin/flake8
1010 MYPY : venv/bin/mypy
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up Python 3.8
14- uses : actions/setup-python@v3
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : 3.8
1717 - name : Set up virtualenv
@@ -31,11 +31,11 @@ jobs:
3131 runs-on : ubuntu-latest
3232 needs : lint
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 with :
3636 fetch-depth : 0
3737 - name : Set up Python 3.8
38- uses : actions/setup-python@v4
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : " 3.8"
4141 - name : Install dependencies
4747 run : |
4848 python -m build
4949 - name : Save built package
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : package
5353 path : |
You can’t perform that action at this time.
0 commit comments