We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1990a7c commit 21fa058Copy full SHA for 21fa058
.github/workflows/test.yml
@@ -40,10 +40,10 @@ jobs:
40
django-version: '5.1'
41
42
steps:
43
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
44
45
- name: Set up Python ${{ matrix.python-version }}
46
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
47
if: ${{ matrix.python-version != '3.7' }}
48
with:
49
python-version: ${{ matrix.python-version }}
@@ -80,6 +80,6 @@ jobs:
80
DJANGO: ${{ matrix.django-version }}
81
82
- name: Upload coverage
83
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v4
84
85
name: Python ${{ matrix.python-version }}
0 commit comments