|
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 |
36 | 37 | - uses: actions/setup-node@v3.3.0
|
37 | 38 | with:
|
38 | 39 | node-version: 'lts/*'
|
|
48 | 49 | docs:
|
49 | 50 | runs-on: ubuntu-latest
|
50 | 51 | steps:
|
51 |
| - - uses: actions/setup-python@v3 |
52 | 52 | - uses: actions/checkout@v3
|
| 53 | + - uses: actions/setup-python@v4 |
53 | 54 | with:
|
| 55 | + python-version: "3.10" |
54 | 56 | cache: 'pip'
|
55 | 57 | cache-dependency-path: 'requirements.txt'
|
56 | 58 | - run: python -m pip install --upgrade pip setuptools wheel
|
|
69 | 71 | - "3.10"
|
70 | 72 | steps:
|
71 | 73 | - name: Set up Python ${{ matrix.python-version }}
|
72 |
| - uses: actions/setup-python@v3 |
| 74 | + uses: actions/setup-python@v4 |
73 | 75 | with:
|
74 | 76 | python-version: ${{ matrix.python-version }}
|
75 | 77 | - run: python -m pip install --upgrade pip setuptools wheel
|
|
90 | 92 | python-version: ["3.10"]
|
91 | 93 | steps:
|
92 | 94 | - name: Set up Python ${{ matrix.python-version }}
|
93 |
| - uses: actions/setup-python@v3 |
| 95 | + uses: actions/setup-python@v4 |
94 | 96 | with:
|
95 | 97 | python-version: ${{ matrix.python-version }}
|
96 | 98 | - run: python -m pip install --upgrade pip setuptools wheel
|
@@ -122,7 +124,7 @@ jobs:
|
122 | 124 | options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
123 | 125 | steps:
|
124 | 126 | - name: Set up Python ${{ matrix.python-version }}
|
125 |
| - uses: actions/setup-python@v3 |
| 127 | + uses: actions/setup-python@v4 |
126 | 128 | with:
|
127 | 129 | python-version: ${{ matrix.python-version }}
|
128 | 130 | - run: python -m pip install --upgrade pip setuptools wheel
|
|
0 commit comments