|
65 | 65 | - uses: actions/checkout@v2 |
66 | 66 |
|
67 | 67 | - name: Setup Python ${{ matrix.python }} |
68 | | - uses: actions/setup-python@v2 |
| 68 | + uses: actions/setup-python@v3 |
69 | 69 | with: |
70 | 70 | python-version: ${{ matrix.python }} |
71 | 71 |
|
@@ -680,7 +680,7 @@ jobs: |
680 | 680 | steps: |
681 | 681 | - uses: actions/checkout@v2 |
682 | 682 |
|
683 | | - - uses: actions/setup-python@v2 |
| 683 | + - uses: actions/setup-python@v3 |
684 | 684 |
|
685 | 685 | - name: Install Doxygen |
686 | 686 | run: sudo apt-get install -y doxygen librsvg2-bin # Changed to rsvg-convert in 20.04 |
@@ -728,7 +728,7 @@ jobs: |
728 | 728 | - uses: actions/checkout@v2 |
729 | 729 |
|
730 | 730 | - name: Setup Python ${{ matrix.python }} |
731 | | - uses: actions/setup-python@v2 |
| 731 | + uses: actions/setup-python@v3 |
732 | 732 | with: |
733 | 733 | python-version: ${{ matrix.python }} |
734 | 734 | architecture: x86 |
@@ -781,7 +781,7 @@ jobs: |
781 | 781 | - uses: actions/checkout@v2 |
782 | 782 |
|
783 | 783 | - name: Setup Python ${{ matrix.python }} |
784 | | - uses: actions/setup-python@v2 |
| 784 | + uses: actions/setup-python@v3 |
785 | 785 | with: |
786 | 786 | python-version: ${{ matrix.python }} |
787 | 787 | architecture: x86 |
@@ -829,7 +829,7 @@ jobs: |
829 | 829 | - uses: actions/checkout@v2 |
830 | 830 |
|
831 | 831 | - name: Setup Python ${{ matrix.python }} |
832 | | - uses: actions/setup-python@v2 |
| 832 | + uses: actions/setup-python@v3 |
833 | 833 | with: |
834 | 834 | python-version: ${{ matrix.python }} |
835 | 835 |
|
|
0 commit comments