|
56 | 56 | - name: disable git crlf conversion |
57 | 57 | run: git config --global core.autocrlf false |
58 | 58 | - name: checkout the source code |
59 | | - uses: actions/checkout@v2 |
| 59 | + uses: actions/checkout@v3 |
60 | 60 | with: |
61 | 61 | fetch-depth: 2 |
62 | 62 | - name: configure the PR in which the error message will be posted |
@@ -454,7 +454,7 @@ jobs: |
454 | 454 | - name: disable git crlf conversion |
455 | 455 | run: git config --global core.autocrlf false |
456 | 456 | - name: checkout the source code |
457 | | - uses: actions/checkout@v2 |
| 457 | + uses: actions/checkout@v3 |
458 | 458 | with: |
459 | 459 | fetch-depth: 2 |
460 | 460 | - name: configure the PR in which the error message will be posted |
@@ -567,7 +567,7 @@ jobs: |
567 | 567 | - name: disable git crlf conversion |
568 | 568 | run: git config --global core.autocrlf false |
569 | 569 | - name: checkout the source code |
570 | | - uses: actions/checkout@v2 |
| 570 | + uses: actions/checkout@v3 |
571 | 571 | with: |
572 | 572 | fetch-depth: 2 |
573 | 573 | - name: configure the PR in which the error message will be posted |
@@ -670,7 +670,7 @@ jobs: |
670 | 670 | if: "github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'" |
671 | 671 | steps: |
672 | 672 | - name: checkout the source code |
673 | | - uses: actions/checkout@v2 |
| 673 | + uses: actions/checkout@v3 |
674 | 674 | with: |
675 | 675 | fetch-depth: 2 |
676 | 676 | - name: publish toolstate |
|
0 commit comments