Skip to content

Commit eb0ee37

Browse files
committed
Updated CI checkout action
1 parent 2d21cef commit eb0ee37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
# Prepare
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
12+
show-progress: false
1213
- uses: gittools/actions/gitversion/[email protected]
1314
with:
1415
versionSpec: '5.12.x'

0 commit comments

Comments
 (0)