File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 name : Prettier
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v1
16+ - uses : actions/checkout@v6
1717 - uses : bahmutov/npm-install@v1
1818
1919 - run : npm run lint
2020 ruff :
2121 name : Lint codebase with ruff (black, isort and flake8 alternative)
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
25- - uses : actions/setup-python@v5
24+ - uses : actions/checkout@v6
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.12'
2828 - name : Install dependencies
Original file line number Diff line number Diff line change 1919
2020 name : Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }})
2121 steps :
22- - uses : actions/checkout@v2
23- - uses : actions/setup-python@v2
22+ - uses : actions/checkout@v6
23+ - uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python }}
2626
3535 DJANGO : ${{ matrix.django}}
3636
3737 - name : Publish coverage report
38- uses : codecov/codecov-action@v4
38+ uses : codecov/codecov-action@v5
3939 with :
4040 token : ${{ secrets.CODECOV_TOKEN }}
4141
4747 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4848
4949 steps :
50- - uses : actions/checkout@v2
51- - uses : actions/setup-python@v2
50+ - uses : actions/checkout@v6
51+ - uses : actions/setup-python@v6
5252 with :
5353 python-version : " 3.11"
5454
You can’t perform that action at this time.
0 commit comments