Commit 496521b 1 parent 7c85c05 commit 496521b Copy full SHA for 496521b
File tree 2 files changed +5
-5
lines changed
FailedTestsTab/GitHubActions
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
- name: Checkout
33
33
uses: actions/checkout@v4
34
34
with:
35
- fetch-depth: 0
35
+ fetch-depth: 2
36
36
37
37
- name: Set up Node
38
38
uses: actions/setup-node@v4
70
70
- name: Checkout
71
71
uses: actions/checkout@v4
72
72
with:
73
- fetch-depth: 0
73
+ fetch-depth: 2
74
74
75
75
- name: Set up Node
76
76
uses: actions/setup-node@v4
@@ -108,7 +108,7 @@ jobs:
108
108
- name: Checkout
109
109
uses: actions/checkout@v4
110
110
with:
111
- fetch-depth: 0
111
+ fetch-depth: 2
112
112
113
113
- name: Set up Python
114
114
uses: actions/setup-python@v4
@@ -146,7 +146,7 @@ jobs:
146
146
- name: Checkout
147
147
uses: actions/checkout@v4
148
148
with:
149
- fetch-depth: 0
149
+ fetch-depth: 2
150
150
151
151
- name: Set up Go
152
152
uses: actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const JobsScript = `jobs:
37
37
- name: Checkout
38
38
uses: actions/checkout@v4
39
39
with:
40
- fetch-depth: 0
40
+ fetch-depth: 2
41
41
- name: Set up Python 3.11
42
42
uses: actions/setup-python@v3
43
43
with:
You can’t perform that action at this time.
0 commit comments