Skip to content

Commit 62a489f

Browse files
committed
ci: some maintenance
1 parent e2e805f commit 62a489f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
contents: read
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
persist-credentials: false
3030

@@ -48,7 +48,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)