|
21 | 21 | runs-on: ubuntu-latest
|
22 | 22 | steps:
|
23 | 23 | - uses: actions/setup-python@v2.2.2
|
24 |
| - - uses: actions/checkout@v2.3.5 |
| 24 | + - uses: actions/checkout@v2.4.0 |
25 | 25 | - uses: actions/cache@v2.1.6
|
26 | 26 | with:
|
27 | 27 | path: ~/.cache/pip
|
|
37 | 37 | - run: sudo apt install -y gettext
|
38 | 38 | - uses: actions/setup-python@v2.2.2
|
39 | 39 | - uses: actions/setup-node@v2.4.1
|
40 |
| - - uses: actions/checkout@v2.3.5 |
| 40 | + - uses: actions/checkout@v2.4.0 |
41 | 41 | - name: Install Python dependencies
|
42 | 42 | run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
|
43 | 43 | - run: python setup.py sdist bdist_wheel
|
|
50 | 50 | runs-on: ubuntu-latest
|
51 | 51 | steps:
|
52 | 52 | - uses: actions/setup-python@v2
|
53 |
| - - uses: actions/checkout@v2.3.5 |
| 53 | + - uses: actions/checkout@v2.4.0 |
54 | 54 | - run: python -m pip install --upgrade pip setuptools wheel
|
55 | 55 | - run: python -m pip install -r requirements.txt
|
56 | 56 | - run: python setup.py develop
|
|
71 | 71 | with:
|
72 | 72 | python-version: ${{ matrix.python-version }}
|
73 | 73 | - run: python -m pip install --upgrade pip setuptools wheel
|
74 |
| - - uses: actions/checkout@v2.3.5 |
| 74 | + - uses: actions/checkout@v2.4.0 |
75 | 75 | - run: python setup.py test
|
76 | 76 | - name: Codecov
|
77 | 77 | run: |
|
|
92 | 92 | with:
|
93 | 93 | python-version: ${{ matrix.python-version }}
|
94 | 94 | - run: python -m pip install --upgrade pip setuptools wheel
|
95 |
| - - uses: actions/checkout@v2.3.5 |
| 95 | + - uses: actions/checkout@v2.4.0 |
96 | 96 | - run: python -m pip install -e ".[${{ matrix.extras }}]"
|
97 | 97 | - run: python setup.py test
|
98 | 98 | - name: Codecov
|
@@ -126,7 +126,7 @@ jobs:
|
126 | 126 | with:
|
127 | 127 | python-version: ${{ matrix.python-version }}
|
128 | 128 | - run: python -m pip install --upgrade pip setuptools wheel
|
129 |
| - - uses: actions/checkout@v2.3.5 |
| 129 | + - uses: actions/checkout@v2.4.0 |
130 | 130 | - run: python -m pip install psycopg2-binary Django~=${{ matrix.django-version }}
|
131 | 131 | - run: python setup.py test
|
132 | 132 | env:
|
|
0 commit comments