|
44 | 44 | python-key: ${{ steps.generate-python-key.outputs.key }} |
45 | 45 | steps: |
46 | 46 | - name: Check out code from GitHub |
47 | | - uses: actions/checkout@v4.2.2 |
| 47 | + uses: actions/checkout@v5.0.0 |
48 | 48 | - name: Set up Python ${{ matrix.python-version }} |
49 | 49 | id: python |
50 | 50 | # Custom with PyPy fix: https://github.com/actions/setup-python/pull/1110 |
@@ -100,7 +100,7 @@ jobs: |
100 | 100 | needs: tests |
101 | 101 | steps: |
102 | 102 | - name: Check out code from GitHub |
103 | | - uses: actions/checkout@v4.2.2 |
| 103 | + uses: actions/checkout@v5.0.0 |
104 | 104 | - name: Set up Python 3.13 |
105 | 105 | id: python |
106 | 106 | uses: actions/setup-python@v5.6.0 |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | python-version: ["3.13"] |
141 | 141 | steps: |
142 | 142 | - name: Check out code from GitHub |
143 | | - uses: actions/checkout@v4.2.2 |
| 143 | + uses: actions/checkout@v5.0.0 |
144 | 144 | - name: Set up Python ${{ matrix.python-version }} |
145 | 145 | id: python |
146 | 146 | uses: actions/setup-python@v5.6.0 |
@@ -195,7 +195,7 @@ jobs: |
195 | 195 | # Workaround to set correct temp directory on Windows |
196 | 196 | # https://github.com/actions/virtual-environments/issues/712 |
197 | 197 | - name: Check out code from GitHub |
198 | | - uses: actions/checkout@v4.2.2 |
| 198 | + uses: actions/checkout@v5.0.0 |
199 | 199 | - name: Set up Python ${{ matrix.python-version }} |
200 | 200 | id: python |
201 | 201 | uses: actions/setup-python@v5.6.0 |
|
0 commit comments