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,14 +13,14 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 - name : Set up Python
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.12'
2121 - run : python -m pip install flake8
2222 - name : flake8
23- uses : liskin/gh-problem-matcher-wrap@v2
23+ uses : liskin/gh-problem-matcher-wrap@v3
2424 with :
2525 linters : flake8
2626 run : flake8
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 - name : Set up Python
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.12'
3737 - run : python -m pip install isort
Original file line number Diff line number Diff line change 6161 # - crdb-version: LATEST
6262 # use_server_side_binding: server_side_binding
6363 steps :
64- - uses : actions/checkout@v4
65- - uses : actions/setup-python@v4
64+ - uses : actions/checkout@v6
65+ - uses : actions/setup-python@v6
6666 with :
6767 python-version : ' 3.12'
6868 - name : Install system packages for Django's Python test dependencies
You can’t perform that action at this time.
0 commit comments