File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 permissions :
2525 contents : read
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 with :
2929 persist-credentials : false
3030
4848 - name : Install dependencies
4949 run : |
5050 python -m pip install --upgrade pip
51- pip install tox==3.25 .1
51+ pip install tox==4.11 .1
5252
5353 - name : Run tox
5454 run : tox -e ${{ matrix.name }}
@@ -127,7 +127,7 @@ jobs:
127127 contents : read
128128
129129 steps :
130- - uses : actions/checkout@v3
130+ - uses : actions/checkout@v4
131131 with :
132132 fetch-depth : 0
133133 persist-credentials : false
@@ -145,7 +145,7 @@ jobs:
145145 run : python -m build
146146
147147 - name : Publish package
148- uses : pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
148+ uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
149149 with :
150150 user : __token__
151151 password : ${{ secrets.pypi_token }}
You can’t perform that action at this time.
0 commit comments