|
45 | 45 | version:"3.10" |
46 | 46 | toxenv:py310,smoke |
47 | 47 | steps: |
48 | | - -uses:actions/checkout@v3 |
| 48 | + -uses:actions/checkout@v3.1.0 |
49 | 49 | -name:Set up Python ${{ matrix.python.version }} |
50 | | -uses:actions/setup-python@v4 |
| 50 | +uses:actions/setup-python@v4.2.0 |
51 | 51 | with: |
52 | 52 | python-version:${{ matrix.python.version }} |
53 | 53 | -name:Install dependencies |
|
63 | 63 | matrix: |
64 | 64 | toxenv:[api_func_v4, cli_func_v4] |
65 | 65 | steps: |
66 | | - -uses:actions/checkout@v3 |
| 66 | + -uses:actions/checkout@v3.1.0 |
67 | 67 | -name:Set up Python |
68 | | -uses:actions/setup-python@v4 |
| 68 | +uses:actions/setup-python@v4.2.0 |
69 | 69 | with: |
70 | 70 | python-version:"3.10" |
71 | 71 | -name:Install dependencies |
|
84 | 84 | coverage: |
85 | 85 | runs-on:ubuntu-20.04 |
86 | 86 | steps: |
87 | | - -uses:actions/checkout@v3 |
| 87 | + -uses:actions/checkout@v3.1.0 |
88 | 88 | -name:Set up Python ${{ matrix.python-version }} |
89 | | -uses:actions/setup-python@v4 |
| 89 | +uses:actions/setup-python@v4.2.0 |
90 | 90 | with: |
91 | 91 | python-version:"3.10" |
92 | 92 | -name:Install dependencies |
|