Skip to content

Commit a439daa

Browse files
committed
feat: Adding python3.11 support.
1 parent 3f30834 commit a439daa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
toxenv: [django42, quality, pii_check, rst_validation]
1919

2020
steps:
21-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v4
2222
- name: Setup python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Run Coverage
3939
if: matrix.toxenv == 'django42'
40-
uses: codecov/codecov-action@v2
40+
uses: codecov/codecov-action@v3
4141
with:
4242
flags: unittests
4343
fail_ci_if_error: true

0 commit comments

Comments
 (0)