Skip to content

Commit 769c0a2

Browse files
cclaussn2ygk
andauthored
Upgrade GitHub Actions (#1256)
Co-authored-by: Alan Crosswell <[email protected]>
1 parent 7bef159 commit 769c0a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
django-version: 'main'
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737

3838
- name: Set up Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v4
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242

@@ -47,7 +47,7 @@ jobs:
4747
echo "::set-output name=dir::$(pip cache dir)"
4848
4949
- name: Cache
50-
uses: actions/cache@v2
50+
uses: actions/cache@v3
5151
with:
5252
path: ${{ steps.pip-cache.outputs.dir }}
5353
key:
@@ -67,7 +67,7 @@ jobs:
6767
DJANGO: ${{ matrix.django-version }}
6868

6969
- name: Upload coverage
70-
uses: codecov/codecov-action@v1
70+
uses: codecov/codecov-action@v3
7171
with:
7272
name: Python ${{ matrix.python-version }}
7373

@@ -77,4 +77,4 @@ jobs:
7777
name: Test successful
7878
steps:
7979
- name: Success
80-
run: echo Test successful
80+
run: echo Test successful

0 commit comments

Comments
 (0)