|
39 | 39 | outputs: |
40 | 40 | test-scipy: ${{ steps.check-build-trigger.outputs.trigger }} |
41 | 41 | steps: |
42 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 42 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
43 | 43 | with: |
44 | 44 | fetch-depth: 0 |
45 | 45 | submodules: recursive |
|
82 | 82 | run: |
83 | 83 | shell: bash -l {0} |
84 | 84 | steps: |
85 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 85 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
86 | 86 | with: |
87 | 87 | fetch-depth: 0 |
88 | 88 | submodules: recursive |
@@ -318,7 +318,7 @@ jobs: |
318 | 318 | ] |
319 | 319 |
|
320 | 320 | steps: |
321 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 321 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
322 | 322 | with: |
323 | 323 | fetch-depth: 0 |
324 | 324 | submodules: recursive |
@@ -412,7 +412,7 @@ jobs: |
412 | 412 | needs: [build, check-scipy-test-trigger] |
413 | 413 | if: needs.check-scipy-test-trigger.outputs.test-scipy == 'true' |
414 | 414 | steps: |
415 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 415 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
416 | 416 | with: |
417 | 417 | fetch-depth: 0 |
418 | 418 | submodules: recursive |
@@ -497,7 +497,7 @@ jobs: |
497 | 497 | if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') |
498 | 498 | environment: deploy |
499 | 499 | steps: |
500 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 500 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
501 | 501 | with: |
502 | 502 | fetch-depth: 0 |
503 | 503 | submodules: recursive |
@@ -536,7 +536,7 @@ jobs: |
536 | 536 | if: github.event_name == 'push' && github.ref == 'refs/heads/main' |
537 | 537 | environment: deploy-nightly |
538 | 538 | steps: |
539 | | - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 539 | + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
540 | 540 | with: |
541 | 541 | fetch-depth: 0 |
542 | 542 | submodules: recursive |
|
0 commit comments