Skip to content

Commit 3415b13

Browse files
committed
chore:update
1 parent 141de2f commit 3415b13

File tree

4 files changed

+203
-199
lines changed

4 files changed

+203
-199
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build package
3030
run: python -m build
3131
- name: Publish package
32-
uses: pypa/gh-action-pypi-publish@release/v1
32+
uses: pypa/gh-action-pypi-publish@v1.8.14
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/test.yml

+12-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
name: "flake8 on code"
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Setup Python
1919
uses: actions/setup-python@v5
2020
with:
@@ -38,13 +38,13 @@ jobs:
3838
max-parallel: 6
3939
matrix:
4040
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
41-
django-version: [ '3.2.22', '4.2.8', '5.0' ]
41+
django-version: [ '3.2.25', '4.2.11', '5.0.3' ]
4242
exclude:
4343
- python-version: '3.9'
44-
django-version: '5.0'
44+
django-version: '5.0.3'
4545
include:
4646
- python-version: '3.11'
47-
django-version: '4.2.8'
47+
django-version: '4.2.11'
4848
coverage: yes
4949
services:
5050
redis:
@@ -119,7 +119,7 @@ jobs:
119119
needs: testRedis
120120
runs-on: ubuntu-latest
121121
steps:
122-
- uses: release-drafter/release-drafter@v5
122+
- uses: release-drafter/release-drafter@v6
123123
env:
124124
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125125

@@ -130,11 +130,15 @@ jobs:
130130
strategy:
131131
max-parallel: 6
132132
matrix:
133-
python-version: [ '3.9', '3.10', '3.11' ]
134-
django-version: [ '3.2.22', '4.2.8', '5.0' ]
133+
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
134+
django-version: [ '3.2.25', '4.2.11', '5.0.3' ]
135135
exclude:
136136
- python-version: '3.9'
137-
django-version: '5.0'
137+
django-version: '5.0.3'
138+
include:
139+
- python-version: '3.11'
140+
django-version: '4.2.11'
141+
coverage: yes
138142

139143
outputs:
140144
version: ${{ steps.getVersion.outputs.VERSION }}

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mkdocs==1.5.3
2-
mkdocs-material==9.5.11
2+
mkdocs-material==9.5.13

0 commit comments

Comments
 (0)