|
20 | 20 | python-version: ["3.8", "3.9"]
|
21 | 21 | pygments-version: ["213", "latest"]
|
22 | 22 | steps:
|
23 |
| - - uses: actions/checkout@v3 |
| 23 | + - uses: actions/checkout@v4 |
24 | 24 | - name: Set up Python ${{ matrix.python-version }}
|
25 |
| - uses: actions/setup-python@v4 |
| 25 | + uses: actions/setup-python@v5 |
26 | 26 | with:
|
27 | 27 | python-version: ${{ matrix.python-version }}
|
28 | 28 | architecture: x64
|
|
42 | 42 | sphinx-version: ["53", "60", "latest"]
|
43 | 43 | pygments-version: ["213", "latest"]
|
44 | 44 | steps:
|
45 |
| - - uses: actions/checkout@v3 |
| 45 | + - uses: actions/checkout@v4 |
46 | 46 | - name: Set up Python ${{ matrix.python-version }}
|
47 |
| - uses: actions/setup-python@v4 |
| 47 | + uses: actions/setup-python@v5 |
48 | 48 | with:
|
49 | 49 | python-version: ${{ matrix.python-version }}
|
50 | 50 | architecture: x64
|
|
58 | 58 | timeout-minutes: 5
|
59 | 59 | runs-on: ubuntu-latest
|
60 | 60 | steps:
|
61 |
| - - uses: actions/checkout@v3 |
| 61 | + - uses: actions/checkout@v4 |
62 | 62 | - name: Set up Python 3.11
|
63 | 63 | uses: actions/setup-python@v4
|
64 | 64 | with:
|
|
80 | 80 | name: Build and publish Python 🐍 distributions 📦 to PyPI
|
81 | 81 | runs-on: ubuntu-latest
|
82 | 82 | steps:
|
83 |
| - - uses: actions/checkout@v3 |
| 83 | + - uses: actions/checkout@v4 |
84 | 84 | - name: Set up Python 3.9
|
85 |
| - uses: actions/setup-python@v4 |
| 85 | + uses: actions/setup-python@v5 |
86 | 86 | with:
|
87 | 87 | python-version: 3.9
|
88 | 88 | - name: Build a binary wheel and a source tarball
|
|
0 commit comments