|
50 | 50 | - uses: actions/checkout@v3
|
51 | 51 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
52 | 52 | - name: Set up Python 3.8
|
53 |
| - uses: actions/setup-python@v1 |
| 53 | + uses: actions/setup-python@v4 |
54 | 54 | with:
|
55 | 55 | python-version: "3.8"
|
56 | 56 | - uses: actions/cache@master
|
|
99 | 99 | - uses: actions/checkout@v3
|
100 | 100 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
101 | 101 | - name: Set up Python ${{ matrix.python-version }}
|
102 |
| - uses: actions/setup-python@v1 |
| 102 | + uses: actions/setup-python@v4 |
103 | 103 | with:
|
104 | 104 | python-version: ${{ matrix.python-version }}
|
105 | 105 | - uses: actions/cache@master
|
@@ -138,7 +138,7 @@ jobs:
|
138 | 138 | - uses: actions/checkout@v3
|
139 | 139 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
140 | 140 | - name: Set up Python 3.8
|
141 |
| - uses: actions/setup-python@v1 |
| 141 | + uses: actions/setup-python@v4 |
142 | 142 | with:
|
143 | 143 | python-version: "3.8"
|
144 | 144 | - uses: actions/cache@master
|
@@ -177,7 +177,7 @@ jobs:
|
177 | 177 | - uses: actions/checkout@v3
|
178 | 178 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
179 | 179 | - name: Set up Python 3.7
|
180 |
| - uses: actions/setup-python@v1 |
| 180 | + uses: actions/setup-python@v4 |
181 | 181 | with:
|
182 | 182 | python-version: 3.9
|
183 | 183 | - name: Install xetex
|
@@ -243,7 +243,7 @@ jobs:
|
243 | 243 | fetch-depth: 0
|
244 | 244 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
245 | 245 | - name: Set up Python ${{ matrix.python-version }}
|
246 |
| - uses: actions/setup-python@v1 |
| 246 | + uses: actions/setup-python@v4 |
247 | 247 | with:
|
248 | 248 | python-version: "3.7"
|
249 | 249 | - uses: actions/cache@master
|
@@ -285,7 +285,7 @@ jobs:
|
285 | 285 | fetch-depth: 0
|
286 | 286 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
287 | 287 | - name: Set up Python ${{ matrix.python-version }}
|
288 |
| - uses: actions/setup-python@v1 |
| 288 | + uses: actions/setup-python@v4 |
289 | 289 | with:
|
290 | 290 | python-version: ${{ matrix.python-version }}
|
291 | 291 | - name: Install system packages
|
@@ -353,7 +353,7 @@ jobs:
|
353 | 353 | fetch-depth: 0
|
354 | 354 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
355 | 355 | - name: Set up Python ${{ matrix.python-version }}
|
356 |
| - uses: actions/setup-python@v1 |
| 356 | + uses: actions/setup-python@v4 |
357 | 357 | with:
|
358 | 358 | python-version: ${{ matrix.python-version }}
|
359 | 359 | - name: Install system packages
|
@@ -427,7 +427,7 @@ jobs:
|
427 | 427 | fetch-depth: 0
|
428 | 428 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
429 | 429 | - name: Set up Python ${{ matrix.python-version }}
|
430 |
| - uses: actions/setup-python@v1 |
| 430 | + uses: actions/setup-python@v4 |
431 | 431 | with:
|
432 | 432 | python-version: ${{ matrix.python-version }}
|
433 | 433 | - name: Install system packages
|
@@ -501,7 +501,7 @@ jobs:
|
501 | 501 | fetch-depth: 0
|
502 | 502 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
503 | 503 | - name: Set up Python ${{ matrix.python-version }}
|
504 |
| - uses: actions/setup-python@v1 |
| 504 | + uses: actions/setup-python@v4 |
505 | 505 | with:
|
506 | 506 | python-version: ${{ matrix.python-version }}
|
507 | 507 | - name: Install system packages
|
@@ -569,7 +569,7 @@ jobs:
|
569 | 569 | fetch-depth: 0
|
570 | 570 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
571 | 571 | - name: Set up Python ${{ matrix.python-version }}
|
572 |
| - uses: actions/setup-python@v1 |
| 572 | + uses: actions/setup-python@v4 |
573 | 573 | with:
|
574 | 574 | python-version: ${{ matrix.python-version }}
|
575 | 575 | - name: Install dependencies
|
@@ -605,7 +605,7 @@ jobs:
|
605 | 605 | fetch-depth: 0
|
606 | 606 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
607 | 607 | - name: Set up Python ${{ matrix.python-version }}
|
608 |
| - uses: actions/setup-python@v1 |
| 608 | + uses: actions/setup-python@v4 |
609 | 609 | with:
|
610 | 610 | python-version: ${{ matrix.python-version }}
|
611 | 611 | - name: Install dependencies
|
@@ -648,7 +648,7 @@ jobs:
|
648 | 648 | fetch-depth: 0
|
649 | 649 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
650 | 650 | - name: Set up Python ${{ matrix.python-version }}
|
651 |
| - uses: actions/setup-python@v1 |
| 651 | + uses: actions/setup-python@v4 |
652 | 652 | with:
|
653 | 653 | python-version: ${{ matrix.python-version }}
|
654 | 654 | - name: Install dependencies
|
@@ -690,7 +690,7 @@ jobs:
|
690 | 690 | fetch-depth: 0
|
691 | 691 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
692 | 692 | - name: Set up Python ${{ matrix.python-version }}
|
693 |
| - uses: actions/setup-python@v1 |
| 693 | + uses: actions/setup-python@v4 |
694 | 694 | with:
|
695 | 695 | python-version: ${{ matrix.python-version }}
|
696 | 696 | - name: Install dependencies
|
@@ -725,7 +725,7 @@ jobs:
|
725 | 725 | fetch-depth: 0
|
726 | 726 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
727 | 727 | - name: Set up Python ${{ matrix.python-version }}
|
728 |
| - uses: actions/setup-python@v1 |
| 728 | + uses: actions/setup-python@v4 |
729 | 729 | with:
|
730 | 730 | python-version: ${{ matrix.python-version }}
|
731 | 731 | - name: Install system packages
|
@@ -816,7 +816,7 @@ jobs:
|
816 | 816 | fetch-depth: 0
|
817 | 817 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
818 | 818 | - name: Set up Python ${{ matrix.python-version }}
|
819 |
| - uses: actions/setup-python@v1 |
| 819 | + uses: actions/setup-python@v4 |
820 | 820 | with:
|
821 | 821 | python-version: ${{ matrix.python-version }}
|
822 | 822 | - name: Install system packages
|
@@ -906,7 +906,7 @@ jobs:
|
906 | 906 | fetch-depth: 0
|
907 | 907 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
908 | 908 | - name: Set up Python ${{ matrix.python-version }}
|
909 |
| - uses: actions/setup-python@v1 |
| 909 | + uses: actions/setup-python@v4 |
910 | 910 | with:
|
911 | 911 | python-version: ${{ matrix.python-version }}
|
912 | 912 | - name: Install dependencies
|
@@ -956,7 +956,7 @@ jobs:
|
956 | 956 | fetch-depth: 0
|
957 | 957 | - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
958 | 958 | - name: Set up Python ${{ matrix.python-version }}
|
959 |
| - uses: actions/setup-python@v1 |
| 959 | + uses: actions/setup-python@v4 |
960 | 960 | with:
|
961 | 961 | python-version: "3.7"
|
962 | 962 | - name: Install dependencies
|
|
0 commit comments