|
21 | 21 | runs-on: ubuntu-latest
|
22 | 22 | steps:
|
23 | 23 | - uses: actions/setup-python@v3
|
24 |
| - - uses: actions/checkout@v2.4.0 |
| 24 | + - uses: actions/checkout@v3 |
25 | 25 | with:
|
26 | 26 | cache: 'pip'
|
27 | 27 | cache-dependency-path: 'requirements.txt'
|
|
36 | 36 |
|
37 | 37 | with:
|
38 | 38 | node-version: 'lts/*'
|
39 |
| - - uses: actions/checkout@v2.4.0 |
| 39 | + - uses: actions/checkout@v3 |
40 | 40 | - name: Install Python dependencies
|
41 | 41 | run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
|
42 | 42 | - run: python setup.py sdist bdist_wheel
|
|
49 | 49 | runs-on: ubuntu-latest
|
50 | 50 | steps:
|
51 | 51 | - uses: actions/setup-python@v3
|
52 |
| - - uses: actions/checkout@v2.4.0 |
| 52 | + - uses: actions/checkout@v3 |
53 | 53 | with:
|
54 | 54 | cache: 'pip'
|
55 | 55 | cache-dependency-path: 'requirements.txt'
|
|
73 | 73 | with:
|
74 | 74 | python-version: ${{ matrix.python-version }}
|
75 | 75 | - run: python -m pip install --upgrade pip setuptools wheel
|
76 |
| - - uses: actions/checkout@v2.4.0 |
| 76 | + - uses: actions/checkout@v3 |
77 | 77 | - run: python setup.py test
|
78 | 78 | - name: Codecov
|
79 | 79 | run: |
|
|
94 | 94 | with:
|
95 | 95 | python-version: ${{ matrix.python-version }}
|
96 | 96 | - run: python -m pip install --upgrade pip setuptools wheel
|
97 |
| - - uses: actions/checkout@v2.4.0 |
| 97 | + - uses: actions/checkout@v3 |
98 | 98 | - run: python -m pip install -e ".[${{ matrix.extras }}]"
|
99 | 99 | - run: python setup.py test
|
100 | 100 | - name: Codecov
|
@@ -128,7 +128,7 @@ jobs:
|
128 | 128 | with:
|
129 | 129 | python-version: ${{ matrix.python-version }}
|
130 | 130 | - run: python -m pip install --upgrade pip setuptools wheel
|
131 |
| - - uses: actions/checkout@v2.4.0 |
| 131 | + - uses: actions/checkout@v3 |
132 | 132 | - run: python -m pip install "psycopg2-binary<2.9" Django~=${{ matrix.django-version }}
|
133 | 133 | - run: python setup.py test
|
134 | 134 | env:
|
|
0 commit comments