|
48 | 48 | uses: actions/checkout@v5.0.0 |
49 | 49 | - name: Set up Python ${{ matrix.python-version }} |
50 | 50 | id: python |
51 | | - # Use unreleased version with PyPy fix: https://github.com/actions/setup-python/pull/1110 |
52 | | - # TODO move back to tagged versions for >5.6.0 |
53 | | - uses: actions/setup-python@88ffd4d597d830d67a7369dd33dcb72c0958a807 |
| 51 | + uses: actions/setup-python@v6.0.0 |
54 | 52 | with: |
55 | 53 | python-version: ${{ matrix.python-version }} |
56 | 54 | check-latest: true |
@@ -105,7 +103,7 @@ jobs: |
105 | 103 | uses: actions/checkout@v5.0.0 |
106 | 104 | - name: Set up Python 3.13 |
107 | 105 | id: python |
108 | | - uses: actions/setup-python@v5.6.0 |
| 106 | + uses: actions/setup-python@v6.0.0 |
109 | 107 | with: |
110 | 108 | python-version: "3.13" |
111 | 109 | check-latest: true |
@@ -145,7 +143,7 @@ jobs: |
145 | 143 | uses: actions/checkout@v5.0.0 |
146 | 144 | - name: Set up Python ${{ matrix.python-version }} |
147 | 145 | id: python |
148 | | - uses: actions/setup-python@v5.6.0 |
| 146 | + uses: actions/setup-python@v6.0.0 |
149 | 147 | with: |
150 | 148 | python-version: ${{ matrix.python-version }} |
151 | 149 | check-latest: true |
@@ -200,7 +198,7 @@ jobs: |
200 | 198 | uses: actions/checkout@v5.0.0 |
201 | 199 | - name: Set up Python ${{ matrix.python-version }} |
202 | 200 | id: python |
203 | | - uses: actions/setup-python@v5.6.0 |
| 201 | + uses: actions/setup-python@v6.0.0 |
204 | 202 | with: |
205 | 203 | python-version: ${{ matrix.python-version }} |
206 | 204 | check-latest: true |
|
0 commit comments