Skip to content

Commit

Permalink
fix: fix fetch depth (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Apr 9, 2024
1 parent 34d0ebc commit b33107f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Configure Git Credentials
run: |
git config user.name version-cli[bot]
Expand Down

0 comments on commit b33107f

Please sign in to comment.