2020 - pydocstyle .
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - uses : actions/setup-python@v4
2525 with :
2626 python-version : " 3.x"
3232 dist :
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 - uses : actions/setup-python@v4
3737 with :
3838 python-version : " 3.x"
4747 docs :
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v4
5151 - uses : actions/setup-python@v4
5252 with :
5353 python-version : " 3.11"
6666 - " 3.10"
6767 - " 3.11"
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 - uses : actions/setup-python@v4
7171 with :
7272 python-version : ${{ matrix.python-version }}
8585 - wagtail
8686 python-version : [ "3.x" ]
8787 steps :
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@v4
8989 - name : Set up Python ${{ matrix.python-version }}
9090 uses : actions/setup-python@v4
9191 with :
@@ -122,7 +122,7 @@ jobs:
122122 uses : actions/setup-python@v4
123123 with :
124124 python-version : ${{ matrix.python-version }}
125- - uses : actions/checkout@v3
125+ - uses : actions/checkout@v4
126126 - run : python -m pip install Django~=${{ matrix.django-version }}.0 -e ".[test,${{ matrix.extras }}]"
127127 - run : python -m pytest
128128 env :
@@ -146,7 +146,7 @@ jobs:
146146 language : [ python ]
147147 steps :
148148 - name : Checkout
149- uses : actions/checkout@v3
149+ uses : actions/checkout@v4
150150 - name : Initialize CodeQL
151151 uses : github/codeql-action/init@v2
152152 with :
0 commit comments