File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Python 3.12
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@v4
2323 with :
2424 python-version : " 3.12"
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : Set up Python
25- uses : actions/setup-python@v3
25+ uses : actions/setup-python@v4
2626 with :
2727 python-version : " 3.x"
2828 - name : Install dependencies
3333 - name : Build package
3434 run : python -m build
3535 - name : Publish package
36- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
36+ uses : pypa/gh-action-pypi-publish@v1
3737 with :
3838 user : __token__
3939 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Check out repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v4
2121 with :
2222 python-version : ' 3.11'
2323
3030
3131 - name : Load cached venv
3232 id : cached-poetry-dependencies
33- uses : actions/cache@v2
33+ uses : actions/cache@v3
3434 with :
3535 path : .venv
3636 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments