Skip to content

Commit 0075837

Browse files
committed
Update Actions' versions
1 parent 493cb0c commit 0075837

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
django-version: ['3.2', '4.0', '4.1', 'main']
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

@@ -26,7 +26,7 @@ jobs:
2626
echo "::set-output name=dir::$(pip cache dir)"
2727
2828
- name: Cache
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key:
@@ -46,6 +46,6 @@ jobs:
4646
DJANGO: ${{ matrix.django-version }}
4747

4848
- name: Upload coverage
49-
uses: codecov/codecov-action@v1
49+
uses: codecov/codecov-action@v3
5050
with:
5151
name: Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)