|
72 | 72 | - uses: actions/checkout@v4 |
73 | 73 |
|
74 | 74 | - name: Setup Python ${{ matrix.python }} |
75 | | - uses: actions/setup-python@v4 |
| 75 | + uses: actions/setup-python@v5 |
76 | 76 | with: |
77 | 77 | python-version: ${{ matrix.python }} |
78 | 78 | allow-prereleases: true |
@@ -739,7 +739,7 @@ jobs: |
739 | 739 | steps: |
740 | 740 | - uses: actions/checkout@v4 |
741 | 741 |
|
742 | | - - uses: actions/setup-python@v4 |
| 742 | + - uses: actions/setup-python@v5 |
743 | 743 | with: |
744 | 744 | python-version: "3.x" |
745 | 745 |
|
@@ -792,7 +792,7 @@ jobs: |
792 | 792 | - uses: actions/checkout@v4 |
793 | 793 |
|
794 | 794 | - name: Setup Python ${{ matrix.python }} |
795 | | - uses: actions/setup-python@v4 |
| 795 | + uses: actions/setup-python@v5 |
796 | 796 | with: |
797 | 797 | python-version: ${{ matrix.python }} |
798 | 798 | architecture: x86 |
@@ -845,7 +845,7 @@ jobs: |
845 | 845 | - uses: actions/checkout@v4 |
846 | 846 |
|
847 | 847 | - name: Setup Python ${{ matrix.python }} |
848 | | - uses: actions/setup-python@v4 |
| 848 | + uses: actions/setup-python@v5 |
849 | 849 | with: |
850 | 850 | python-version: ${{ matrix.python }} |
851 | 851 | architecture: x86 |
@@ -893,7 +893,7 @@ jobs: |
893 | 893 | - uses: actions/checkout@v4 |
894 | 894 |
|
895 | 895 | - name: Setup Python ${{ matrix.python }} |
896 | | - uses: actions/setup-python@v4 |
| 896 | + uses: actions/setup-python@v5 |
897 | 897 | with: |
898 | 898 | python-version: ${{ matrix.python }} |
899 | 899 |
|
@@ -1045,7 +1045,7 @@ jobs: |
1045 | 1045 | uses: egor-tensin/setup-clang@v1 |
1046 | 1046 |
|
1047 | 1047 | - name: Setup Python ${{ matrix.python }} |
1048 | | - uses: actions/setup-python@v4 |
| 1048 | + uses: actions/setup-python@v5 |
1049 | 1049 | with: |
1050 | 1050 | python-version: ${{ matrix.python }} |
1051 | 1051 |
|
|
0 commit comments