|
21 | 21 | with: |
22 | 22 | ignore_words_list: datas re-use |
23 | 23 | - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} |
24 | | - uses: actions/setup-python@v5 |
| 24 | + uses: actions/setup-python@v6 |
25 | 25 | with: |
26 | 26 | python-version: ${{ env.PYTHON_DEFAULT_VERSION }} |
27 | 27 | - name: Install dependencies |
|
43 | 43 | with: |
44 | 44 | fetch-depth: 0 |
45 | 45 | - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} |
46 | | - uses: actions/setup-python@v5 |
| 46 | + uses: actions/setup-python@v6 |
47 | 47 | with: |
48 | 48 | python-version: ${{ env.PYTHON_DEFAULT_VERSION }} |
49 | 49 | - name: Install dependencies |
|
64 | 64 | fetch-depth: 0 |
65 | 65 | - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} |
66 | 66 | if: ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead |
67 | | - uses: actions/setup-python@v5 |
| 67 | + uses: actions/setup-python@v6 |
68 | 68 | with: |
69 | 69 | python-version: ${{ env.PYTHON_DEFAULT_VERSION }} |
70 | 70 | cache: "pip" |
@@ -92,23 +92,12 @@ jobs: |
92 | 92 | python-version: "pypy3.10" |
93 | 93 | - os: "windows-latest" |
94 | 94 | python-version: "pypy3.10" |
95 | | - # Workaround for https://github.com/actions/setup-python/issues/696 |
96 | | - - os: "macos-latest" |
97 | | - python-version: 3.8 |
98 | | - - os: "macos-latest" |
99 | | - python-version: 3.9 |
100 | | - include: |
101 | | - # Workaround for https://github.com/actions/setup-python/issues/696 |
102 | | - - os: "macos-13" |
103 | | - python-version: 3.8 |
104 | | - - os: "macos-13" |
105 | | - python-version: 3.9 |
106 | 95 | steps: |
107 | 96 | - uses: actions/checkout@v4 |
108 | 97 | with: |
109 | 98 | fetch-depth: 0 |
110 | 99 | - name: Set up Python ${{ matrix.python-version }} |
111 | | - uses: actions/setup-python@v5 |
| 100 | + uses: actions/setup-python@v6 |
112 | 101 | with: |
113 | 102 | python-version: ${{ matrix.python-version }} |
114 | 103 | - name: Install test binary dependencies |
@@ -144,7 +133,7 @@ jobs: |
144 | 133 | with: |
145 | 134 | fetch-depth: 0 |
146 | 135 | - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} |
147 | | - uses: actions/setup-python@v5 |
| 136 | + uses: actions/setup-python@v6 |
148 | 137 | with: |
149 | 138 | python-version: ${{ env.PYTHON_DEFAULT_VERSION }} |
150 | 139 | - name: Install dependencies |
@@ -224,7 +213,7 @@ jobs: |
224 | 213 | with: |
225 | 214 | fetch-depth: 0 |
226 | 215 | - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} |
227 | | - uses: actions/setup-python@v5 |
| 216 | + uses: actions/setup-python@v6 |
228 | 217 | with: |
229 | 218 | python-version: ${{ env.PYTHON_DEFAULT_VERSION }} |
230 | 219 | - name: Install dependencies |
@@ -258,7 +247,7 @@ jobs: |
258 | 247 | with: |
259 | 248 | fetch-depth: 0 |
260 | 249 | - name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} |
261 | | - uses: actions/setup-python@v5 |
| 250 | + uses: actions/setup-python@v6 |
262 | 251 | with: |
263 | 252 | python-version: ${{ env.PYTHON_DEFAULT_VERSION }} |
264 | 253 | - name: Install dependencies |
|
0 commit comments