|
65 | 65 | - uses: actions/checkout@v3 |
66 | 66 |
|
67 | 67 | - name: Setup Python ${{ matrix.python }} |
68 | | - uses: actions/setup-python@v3 |
| 68 | + uses: actions/setup-python@v4 |
69 | 69 | with: |
70 | 70 | python-version: ${{ matrix.python }} |
71 | 71 |
|
@@ -686,7 +686,9 @@ jobs: |
686 | 686 | steps: |
687 | 687 | - uses: actions/checkout@v3 |
688 | 688 |
|
689 | | - - uses: actions/setup-python@v3 |
| 689 | + - uses: actions/setup-python@v4 |
| 690 | + with: |
| 691 | + python-version: "3.x" |
690 | 692 |
|
691 | 693 | - name: Install Doxygen |
692 | 694 | run: sudo apt-get install -y doxygen librsvg2-bin # Changed to rsvg-convert in 20.04 |
@@ -734,7 +736,7 @@ jobs: |
734 | 736 | - uses: actions/checkout@v3 |
735 | 737 |
|
736 | 738 | - name: Setup Python ${{ matrix.python }} |
737 | | - uses: actions/setup-python@v3 |
| 739 | + uses: actions/setup-python@v4 |
738 | 740 | with: |
739 | 741 | python-version: ${{ matrix.python }} |
740 | 742 | architecture: x86 |
@@ -787,7 +789,7 @@ jobs: |
787 | 789 | - uses: actions/checkout@v3 |
788 | 790 |
|
789 | 791 | - name: Setup Python ${{ matrix.python }} |
790 | | - uses: actions/setup-python@v3 |
| 792 | + uses: actions/setup-python@v4 |
791 | 793 | with: |
792 | 794 | python-version: ${{ matrix.python }} |
793 | 795 | architecture: x86 |
@@ -835,7 +837,7 @@ jobs: |
835 | 837 | - uses: actions/checkout@v3 |
836 | 838 |
|
837 | 839 | - name: Setup Python ${{ matrix.python }} |
838 | | - uses: actions/setup-python@v3 |
| 840 | + uses: actions/setup-python@v4 |
839 | 841 | with: |
840 | 842 | python-version: ${{ matrix.python }} |
841 | 843 |
|
|
0 commit comments