|
10 | 10 | python-version: ["3.7", "3.8", "3.9", "3.10"] |
11 | 11 | runs-on: ${{ matrix.os }} |
12 | 12 | steps: |
13 | | - - uses: actions/checkout@v2 |
14 | | - - uses: actions/setup-python@v2 |
| 13 | + - uses: actions/checkout@v3 |
| 14 | + - uses: actions/setup-python@v3 |
15 | 15 | with: |
16 | 16 | python-version: ${{ matrix.python-version }} |
17 | 17 | - run: .github/workflows/setup-${{ matrix.os }}.sh |
|
21 | 21 | perft: |
22 | 22 | runs-on: ubuntu-latest |
23 | 23 | steps: |
24 | | - - uses: actions/checkout@v2 |
25 | | - - uses: actions/setup-python@v2 |
| 24 | + - uses: actions/checkout@v3 |
| 25 | + - uses: actions/setup-python@v3 |
26 | 26 | with: |
27 | 27 | python-version: "3.10.0-alpha.2" |
28 | 28 | - run: pip install -e . |
|
40 | 40 | python-version: ["3.8", "3.9", "3.10"] |
41 | 41 | runs-on: ubuntu-latest |
42 | 42 | steps: |
43 | | - - uses: actions/checkout@v2 |
44 | | - - uses: actions/setup-python@v2 |
| 43 | + - uses: actions/checkout@v3 |
| 44 | + - uses: actions/setup-python@v3 |
45 | 45 | with: |
46 | 46 | python-version: ${{ matrix.python-version }} |
47 | 47 | - run: pip install -e . |
|
54 | 54 | python-version: ["3.10"] |
55 | 55 | runs-on: ubuntu-latest |
56 | 56 | steps: |
57 | | - - uses: actions/checkout@v2 |
58 | | - - uses: actions/setup-python@v2 |
| 57 | + - uses: actions/checkout@v3 |
| 58 | + - uses: actions/setup-python@v3 |
59 | 59 | with: |
60 | 60 | python-version: ${{ matrix.python-version }} |
61 | 61 | - run: sudo apt-get update && sudo apt-get install -y docutils-common |
|
0 commit comments