File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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 :
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
7777 name : Test successful
7878 steps :
7979 - name : Success
80- run : echo Test successful
80+ run : echo Test successful
You can’t perform that action at this time.
0 commit comments