|
20 | 20 | - "pydocstyle ."
|
21 | 21 | runs-on: ubuntu-latest
|
22 | 22 | steps:
|
23 |
| - - uses: actions/setup-python@v3 |
24 | 23 | - uses: actions/checkout@v3
|
| 24 | + - uses: actions/setup-python@v4 |
25 | 25 | with:
|
| 26 | + python-version: "3.10" |
26 | 27 | cache: 'pip'
|
27 | 28 | cache-dependency-path: 'requirements.txt'
|
28 | 29 | - run: python -m pip install -r requirements.txt
|
|
32 | 33 | runs-on: ubuntu-latest
|
33 | 34 | steps:
|
34 | 35 | - run: sudo apt install -y gettext
|
35 |
| - - uses: actions/setup-python@v3 |
| 36 | + - uses: actions/setup-python@v4 |
| 37 | + with: |
| 38 | + python-version: "3.10" |
36 | 39 | - uses: actions/setup-node@v3.3.0
|
37 | 40 | with:
|
38 | 41 | node-version: 'lts/*'
|
|
48 | 51 | docs:
|
49 | 52 | runs-on: ubuntu-latest
|
50 | 53 | steps:
|
51 |
| - - uses: actions/setup-python@v3 |
52 | 54 | - uses: actions/checkout@v3
|
| 55 | + - uses: actions/setup-python@v4 |
53 | 56 | with:
|
| 57 | + python-version: "3.10" |
54 | 58 | cache: 'pip'
|
55 | 59 | cache-dependency-path: 'requirements.txt'
|
56 | 60 | - run: python -m pip install --upgrade pip setuptools wheel
|
|
69 | 73 | - "3.10"
|
70 | 74 | steps:
|
71 | 75 | - name: Set up Python ${{ matrix.python-version }}
|
72 |
| - uses: actions/setup-python@v3 |
| 76 | + uses: actions/setup-python@v4 |
73 | 77 | with:
|
74 | 78 | python-version: ${{ matrix.python-version }}
|
75 | 79 | - run: python -m pip install --upgrade pip setuptools wheel
|
|
90 | 94 | python-version: ["3.10"]
|
91 | 95 | steps:
|
92 | 96 | - name: Set up Python ${{ matrix.python-version }}
|
93 |
| - uses: actions/setup-python@v3 |
| 97 | + uses: actions/setup-python@v4 |
94 | 98 | with:
|
95 | 99 | python-version: ${{ matrix.python-version }}
|
96 | 100 | - run: python -m pip install --upgrade pip setuptools wheel
|
@@ -122,7 +126,7 @@ jobs:
|
122 | 126 | options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
123 | 127 | steps:
|
124 | 128 | - name: Set up Python ${{ matrix.python-version }}
|
125 |
| - uses: actions/setup-python@v3 |
| 129 | + uses: actions/setup-python@v4 |
126 | 130 | with:
|
127 | 131 | python-version: ${{ matrix.python-version }}
|
128 | 132 | - run: python -m pip install --upgrade pip setuptools wheel
|
|
0 commit comments