Skip to content

Commit 21fa058

Browse files
mgrdcmAndrey Ilyin
andauthored
fix: use more modern, supported versions of github actions (#223)
Co-authored-by: Andrey Ilyin <aa.ilin@samolet.ru>
1 parent 1990a7c commit 21fa058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
django-version: '5.1'
4141

4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v4
4444

4545
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@v2
46+
uses: actions/setup-python@v5
4747
if: ${{ matrix.python-version != '3.7' }}
4848
with:
4949
python-version: ${{ matrix.python-version }}
@@ -80,6 +80,6 @@ jobs:
8080
DJANGO: ${{ matrix.django-version }}
8181

8282
- name: Upload coverage
83-
uses: codecov/codecov-action@v1
83+
uses: codecov/codecov-action@v4
8484
with:
8585
name: Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)