Skip to content

Commit 7ec4049

Browse files
gagiknirinchev
andauthored
Update .github/workflows/release-packages.yml
Co-authored-by: Nikola Irinchev <[email protected]>
1 parent a19f408 commit 7ec4049

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-packages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
# don't checkout a detatched HEAD
2424
ref: ${{ github.head_ref }}
2525

26-
# this is important so git log has the whole history
27-
fetch-depth: '0'
28-
2926
- name: Setup git
3027
run: |
3128
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)