File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 20
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
21
- uses : actions/checkout@v4
22
22
with :
23
- # Disabling shallow clone is recommended for improving relevancy of reporting
24
- fetch-depth : 0
23
+ fetch-depth : 2
25
24
- uses : actions/setup-python@v5
26
25
with :
27
26
python-version : " 3.11"
73
72
runs-on : ubuntu-latest
74
73
steps :
75
74
- uses : actions/checkout@v4
75
+ with :
76
+ fetch-depth : 2
76
77
- name : Check if build needed
77
78
id : check
78
79
run : |
@@ -104,6 +105,8 @@ jobs:
104
105
runs-on : ubuntu-latest
105
106
steps :
106
107
- uses : actions/checkout@v4
108
+ with :
109
+ fetch-depth : 2
107
110
- name : Check if build needed
108
111
id : check
109
112
run : |
@@ -135,6 +138,8 @@ jobs:
135
138
runs-on : ubuntu-latest
136
139
steps :
137
140
- uses : actions/checkout@v4
141
+ with :
142
+ fetch-depth : 2
138
143
- name : Check if build needed
139
144
id : check
140
145
run : |
You can’t perform that action at this time.
0 commit comments