Skip to content

Commit 5efb04b

Browse files
authored
Merge pull request #3843 from jandubois/fetch-depth
Get rid of `fetch-depth: 1`
2 parents 637d8fd + c3d020f commit 5efb04b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
# macOS SDK version
3737
xcrun --show-sdk-version || true
3838
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39-
with:
40-
fetch-depth: 1
4139
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4240
with:
4341
go-version: 1.24.x

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
git config --global core.autocrlf false
8181
git config --global core.eol lf
8282
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83-
with:
84-
fetch-depth: 1
8583
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8684
with:
8785
go-version: 1.24.x
@@ -109,8 +107,6 @@ jobs:
109107
timeout-minutes: 5
110108
steps:
111109
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
112-
with:
113-
fetch-depth: 1
114110
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
115111
with:
116112
check_filenames: true
@@ -132,8 +128,6 @@ jobs:
132128
sudo apt-get update
133129
sudo apt-get install -y --no-install-recommends qemu-utils
134130
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
135-
with:
136-
fetch-depth: 1
137131
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
138132
with:
139133
go-version: ${{ matrix.go-version }}
@@ -185,8 +179,6 @@ jobs:
185179
git config --global core.autocrlf false
186180
git config --global core.eol lf
187181
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
188-
with:
189-
fetch-depth: 1
190182
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
191183
with:
192184
go-version: 1.24.x

0 commit comments

Comments
 (0)