Skip to content

Commit ae36803

Browse files
authored
Optimize actions/checkout by adding filter option (#6219)
1 parent 95e0cbe commit ae36803

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454
with:
5555
fetch-depth: 0
56+
filter: blob:none
5657

5758
- uses: marocchino/tool-versions-action@18a164fa2b0db1cc1edf7305fcb17ace36d1c306 # v1.2.0
5859
id: versions
@@ -152,6 +153,7 @@ jobs:
152153
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153154
with:
154155
fetch-depth: 0
156+
filter: blob:none
155157

156158
- uses: marocchino/tool-versions-action@18a164fa2b0db1cc1edf7305fcb17ace36d1c306 # v1.2.0
157159
id: versions
@@ -266,6 +268,7 @@ jobs:
266268
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
267269
with:
268270
fetch-depth: 0
271+
filter: blob:none
269272

270273
- uses: marocchino/tool-versions-action@18a164fa2b0db1cc1edf7305fcb17ace36d1c306 # v1.2.0
271274
id: versions

0 commit comments

Comments
 (0)