Skip to content

Commit 8c20701

Browse files
committed
Auto merge of #78754 - pietroalbini:checkout-v2, r=Mark-Simulacrum
Bump actions/checkout to version 2 This was recommended by GitHub Support to try reducing the things that could've caused #78743. I checked the changelog and there should be no practical impact for us (we already set an explicit fetch-depth). r? `@Mark-Simulacrum`
2 parents 0fb0025 + 308dbdd commit 8c20701

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: disable git crlf conversion
5757
run: git config --global core.autocrlf false
5858
- name: checkout the source code
59-
uses: actions/checkout@v1
59+
uses: actions/checkout@v2
6060
with:
6161
fetch-depth: 2
6262
- name: configure the PR in which the error message will be posted
@@ -427,7 +427,7 @@ jobs:
427427
- name: disable git crlf conversion
428428
run: git config --global core.autocrlf false
429429
- name: checkout the source code
430-
uses: actions/checkout@v1
430+
uses: actions/checkout@v2
431431
with:
432432
fetch-depth: 2
433433
- name: configure the PR in which the error message will be posted
@@ -537,7 +537,7 @@ jobs:
537537
- name: disable git crlf conversion
538538
run: git config --global core.autocrlf false
539539
- name: checkout the source code
540-
uses: actions/checkout@v1
540+
uses: actions/checkout@v2
541541
with:
542542
fetch-depth: 2
543543
- name: configure the PR in which the error message will be posted
@@ -644,7 +644,7 @@ jobs:
644644
- name: disable git crlf conversion
645645
run: git config --global core.autocrlf false
646646
- name: checkout the source code
647-
uses: actions/checkout@v1
647+
uses: actions/checkout@v2
648648
with:
649649
fetch-depth: 2
650650
- name: configure the PR in which the error message will be posted

src/ci/github-actions/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ x--expand-yaml-anchors--remove:
9999
run: git config --global core.autocrlf false
100100

101101
- name: checkout the source code
102-
uses: actions/checkout@v1
102+
uses: actions/checkout@v2
103103
with:
104104
fetch-depth: 2
105105

0 commit comments

Comments
 (0)