|
49 | 49 |
|
50 | 50 | steps: |
51 | 51 | - name: Cancel Previous Runs |
52 | | - uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 |
| 52 | + uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 |
53 | 53 | with: |
54 | 54 | access_token: ${{ github.token }} |
55 | 55 |
|
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | path: ${{ env.dpnp-repo-path }} |
152 | 152 |
|
153 | 153 | - name: Download artifact |
154 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 154 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
155 | 155 | with: |
156 | 156 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }} |
157 | 157 | path: ${{ env.pkg-path-in-channel }} |
@@ -280,7 +280,7 @@ jobs: |
280 | 280 | path: ${{ env.dpnp-repo-path }} |
281 | 281 |
|
282 | 282 | - name: Download artifact |
283 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 283 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
284 | 284 | with: |
285 | 285 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }} |
286 | 286 | path: ${{ env.pkg-path-in-channel }} |
@@ -439,12 +439,12 @@ jobs: |
439 | 439 | fetch-depth: ${{ env.fetch-depth }} |
440 | 440 |
|
441 | 441 | - name: Download artifact |
442 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 442 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
443 | 443 | with: |
444 | 444 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }} |
445 | 445 |
|
446 | 446 | - name: Download wheels artifact |
447 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 447 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
448 | 448 | with: |
449 | 449 | name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }} |
450 | 450 |
|
@@ -528,7 +528,7 @@ jobs: |
528 | 528 | path: ${{ env.dpnp-repo-path }} |
529 | 529 |
|
530 | 530 | - name: Download artifact |
531 | | - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 |
| 531 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
532 | 532 | with: |
533 | 533 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }} |
534 | 534 | path: ${{ env.pkg-path-in-channel }} |
@@ -654,7 +654,7 @@ jobs: |
654 | 654 |
|
655 | 655 | - name: Post result to PR |
656 | 656 | if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork }} |
657 | | - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2 |
| 657 | + uses: mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0.8.3.9.0 |
658 | 658 | with: |
659 | 659 | message-id: array_api_results |
660 | 660 | message: | |
|
0 commit comments