|
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@v1 |
| 59 | + uses: actions/checkout@v2 |
60 | 60 | with:
|
61 | 61 | fetch-depth: 2
|
62 | 62 | - name: configure the PR in which the error message will be posted
|
@@ -427,7 +427,7 @@ jobs:
|
427 | 427 | - name: disable git crlf conversion
|
428 | 428 | run: git config --global core.autocrlf false
|
429 | 429 | - name: checkout the source code
|
430 |
| - uses: actions/checkout@v1 |
| 430 | + uses: actions/checkout@v2 |
431 | 431 | with:
|
432 | 432 | fetch-depth: 2
|
433 | 433 | - name: configure the PR in which the error message will be posted
|
@@ -537,7 +537,7 @@ jobs:
|
537 | 537 | - name: disable git crlf conversion
|
538 | 538 | run: git config --global core.autocrlf false
|
539 | 539 | - name: checkout the source code
|
540 |
| - uses: actions/checkout@v1 |
| 540 | + uses: actions/checkout@v2 |
541 | 541 | with:
|
542 | 542 | fetch-depth: 2
|
543 | 543 | - name: configure the PR in which the error message will be posted
|
@@ -644,7 +644,7 @@ jobs:
|
644 | 644 | - name: disable git crlf conversion
|
645 | 645 | run: git config --global core.autocrlf false
|
646 | 646 | - name: checkout the source code
|
647 |
| - uses: actions/checkout@v1 |
| 647 | + uses: actions/checkout@v2 |
648 | 648 | with:
|
649 | 649 | fetch-depth: 2
|
650 | 650 | - name: configure the PR in which the error message will be posted
|
|
0 commit comments