Skip to content

Commit 42dff71

Browse files
committed
chore:update
1 parent 6f18ab0 commit 42dff71

File tree

2 files changed

+236
-176
lines changed

2 files changed

+236
-176
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
permissions:
1717
contents: read
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkou2222t@v4
2020
with:
2121
persist-credentials: false
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v6
23+
uses: astral-sh/setup-uv@v3
2424
- uses: actions/setup-python@v5
2525
with:
2626
cache-dependency-path: uv.lock
@@ -31,19 +31,19 @@ jobs:
3131
uv run ruff check
3232
3333
test-regular:
34-
needs: [ 'ruff' ]
34+
needs: ["ruff"]
3535
runs-on: ubuntu-latest
3636
name: "Tests py${{ matrix.python-version }}/dj${{ matrix.django-version }}/${{ matrix.broker }}"
3737
strategy:
3838
max-parallel: 6
3939
matrix:
40-
python-version: [ '3.11', '3.12', '3.13' ]
41-
django-version: [ '5.2.4' ]
42-
broker: [ 'redis', 'fakeredis', 'valkey' ]
40+
python-version: ["3.11", "3.12", "3.13"]
41+
django-version: ["5.2.5"]
42+
broker: ["redis", "fakeredis", "valkey"]
4343
include:
44-
- python-version: '3.13'
45-
django-version: '5.2.4'
46-
broker: 'redis'
44+
- python-version: "3.13"
45+
django-version: "5.2.5"
46+
broker: "redis"
4747
coverage: yes
4848
permissions:
4949
pull-requests: write
@@ -149,4 +149,4 @@ jobs:
149149
steps:
150150
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
151151
env:
152-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
152+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)