File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -40,16 +40,10 @@ jobs:
4040 browser : " edge"
4141
4242 steps :
43- - uses : actions/checkout@v2
44- - name : Install libgl1
45- if : runner.os == 'Linux'
46- run : |
47- sudo dpkg --add-architecture i386
48- sudo apt update
49- sudo apt install libgl1-mesa-dev libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev libasound2 -y
43+ - uses : actions/checkout@v4
5044
5145 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v2
46+ uses : actions/setup-python@v5
5347 with :
5448 python-version : ${{ matrix.python-version }}
5549
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest]
16- python-version : [3.7 ]
16+ python-version : [3.12 ]
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@master
11+ - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : 0
14- - name : Set up Python 3.7
15- uses : actions/setup-python@v1
14+ - name : Set up Python 3.12
15+ uses : actions/setup-python@v5
1616 with :
17- python-version : 3.7
17+ python-version : 3.12
1818 - name : Install pypa/build
1919 run : >-
2020 python -m
3030 .
3131 - name : Publish distribution to PyPI
3232 if : startsWith(github.ref, 'refs/tags')
33- uses : pypa/gh-action-pypi-publish@master
33+ uses : pypa/gh-action-pypi-publish@release/v1
3434 with :
3535 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments