|
23 | 23 | python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
24 | 24 | steps: |
25 | 25 | - name: Cancel Previous Runs |
26 | | - uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 |
| 26 | + uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 |
27 | 27 | with: |
28 | 28 | access_token: ${{ github.token }} |
29 | 29 |
|
|
86 | 86 |
|
87 | 87 | steps: |
88 | 88 | - name: Download artifact |
89 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 89 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
90 | 90 | with: |
91 | 91 | name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} |
92 | 92 |
|
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | python: ["3.10", "3.11", "3.12", "3.13", "3.14"] |
162 | 162 | steps: |
163 | 163 | - name: Cancel Previous Runs |
164 | | - uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 |
| 164 | + uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 |
165 | 165 | with: |
166 | 166 | access_token: ${{ github.token }} |
167 | 167 |
|
@@ -232,7 +232,7 @@ jobs: |
232 | 232 |
|
233 | 233 | steps: |
234 | 234 | - name: Download artifact |
235 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 235 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
236 | 236 | with: |
237 | 237 | name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} |
238 | 238 |
|
|
0 commit comments