File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 build :
1414 runs-on : ubuntu-24.04
1515 steps :
16- - uses : actions/checkout@v4.2.2
17- - uses : actions/setup-python@v5.6 .0
16+ - uses : actions/checkout@v5.0.0
17+ - uses : actions/setup-python@v6.0 .0
1818 with :
1919 python-version : 3.11
2020 - name : Run make check
2121 run : |
2222 tools/ci-build.sh
23- - uses : softprops/action-gh-release@v2.2 .2
23+ - uses : softprops/action-gh-release@v2.3 .2
2424 if : startsWith(github.ref, 'refs/tags/')
2525 with :
2626 files : dist/*.oxt
@@ -29,14 +29,14 @@ jobs:
2929 windows :
3030 runs-on : windows-2022
3131 steps :
32- - uses : actions/checkout@v4.2.2
33- - uses : actions/setup-python@v5.6 .0
32+ - uses : actions/checkout@v5.0.0
33+ - uses : actions/setup-python@v6.0 .0
3434 with :
3535 python-version : 3.11
3636 - name : Run make pack
3737 run : |
3838 tools/ci-build.ps1
39- - uses : softprops/action-gh-release@v2.2 .2
39+ - uses : softprops/action-gh-release@v2.3 .2
4040 if : startsWith(github.ref, 'refs/tags/')
4141 with :
4242 files : dist/*.msi
Original file line number Diff line number Diff line change 1- coverage == 7.10.2
1+ coverage == 7.10.6
22flake8 == 7.3.0
33mypy == 1.17.1
44pygraphviz == 1.14
55pyinstaller == 6.15.0
6- pylint == 3.3.7
6+ pylint == 3.3.8
77pyqt6 == 6.7.1
You can’t perform that action at this time.
0 commit comments