|
28 | 28 | matrix: |
29 | 29 | opt: ["codeformat", "pytype", "mypy"] |
30 | 30 | steps: |
31 | | - - uses: actions/checkout@v4 |
| 31 | + - uses: actions/checkout@v5 |
32 | 32 | - name: Set up Python 3.9 |
33 | | - uses: actions/setup-python@v5 |
| 33 | + uses: actions/setup-python@v6 |
34 | 34 | with: |
35 | 35 | python-version: '3.9' |
36 | 36 | - name: cache weekly timestamp |
|
70 | 70 | minimum-size: 8GB |
71 | 71 | maximum-size: 16GB |
72 | 72 | disk-root: "D:" |
73 | | - - uses: actions/checkout@v4 |
| 73 | + - uses: actions/checkout@v5 |
74 | 74 | - name: Set up Python 3.9 |
75 | | - uses: actions/setup-python@v5 |
| 75 | + uses: actions/setup-python@v6 |
76 | 76 | with: |
77 | 77 | python-version: '3.9' |
78 | 78 | - name: Prepare pip wheel |
@@ -129,11 +129,11 @@ jobs: |
129 | 129 | QUICKTEST: True |
130 | 130 | shell: bash |
131 | 131 | steps: |
132 | | - - uses: actions/checkout@v4 |
| 132 | + - uses: actions/checkout@v5 |
133 | 133 | with: |
134 | 134 | fetch-depth: 0 |
135 | 135 | - name: Set up Python 3.9 |
136 | | - uses: actions/setup-python@v5 |
| 136 | + uses: actions/setup-python@v6 |
137 | 137 | with: |
138 | 138 | python-version: '3.9' |
139 | 139 | - name: cache weekly timestamp |
@@ -213,9 +213,9 @@ jobs: |
213 | 213 | build-docs: |
214 | 214 | runs-on: ubuntu-latest |
215 | 215 | steps: |
216 | | - - uses: actions/checkout@v4 |
| 216 | + - uses: actions/checkout@v5 |
217 | 217 | - name: Set up Python 3.9 |
218 | | - uses: actions/setup-python@v5 |
| 218 | + uses: actions/setup-python@v6 |
219 | 219 | with: |
220 | 220 | python-version: '3.9' |
221 | 221 | - name: cache weekly timestamp |
|
0 commit comments