|
13 | 13 | runs-on: ubuntu-latest
|
14 | 14 | steps:
|
15 | 15 | - name: Checkout repository
|
16 |
| - uses: actions/checkout@v2.3.4 |
| 16 | + uses: actions/checkout@v2.3.5 |
17 | 17 | - name: Initialize CodeQL
|
18 | 18 | uses: github/codeql-action/init@v1
|
19 | 19 | with:
|
|
25 | 25 | runs-on: ubuntu-latest
|
26 | 26 | steps:
|
27 | 27 | - uses: actions/setup-python@v2.2.2
|
28 |
| - - uses: actions/checkout@v2.3.4 |
| 28 | + - uses: actions/checkout@v2.3.5 |
29 | 29 | - run: sudo apt install -y gettext aspell libenchant-dev
|
30 | 30 | - uses: actions/cache@v2.1.6
|
31 | 31 | with:
|
|
49 | 49 | runs-on: ubuntu-latest
|
50 | 50 | steps:
|
51 | 51 | - uses: actions/setup-python@v2.2.2
|
52 |
| - - uses: actions/checkout@v2.3.4 |
| 52 | + - uses: actions/checkout@v2.3.5 |
53 | 53 | - uses: actions/cache@v2.1.6
|
54 | 54 | with:
|
55 | 55 | path: ~/.cache/pip
|
|
67 | 67 | run: sudo apt install gettext -y
|
68 | 68 | - uses: actions/setup-python@v2.2.2
|
69 | 69 | - run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
|
70 |
| - - uses: actions/checkout@v2.3.4 |
| 70 | + - uses: actions/checkout@v2.3.5 |
71 | 71 | - run: python setup.py sdist bdist_wheel
|
72 | 72 | - run: python -m twine check dist/*
|
73 | 73 | - uses: actions/upload-artifact@v2
|
|
98 | 98 | with:
|
99 | 99 | python-version: ${{ matrix.python-version }}
|
100 | 100 | - run: sudo apt install gettext -y
|
101 |
| - - uses: actions/checkout@v2.3.4 |
| 101 | + - uses: actions/checkout@v2.3.5 |
102 | 102 | - run: python -m pip install --upgrade pip setuptools codecov wheel
|
103 | 103 | - run: python -m pip install .[${{ matrix.extra }}]
|
104 | 104 | if: ${{ matrix.extra }}
|
|
0 commit comments