Skip to content

Commit

Permalink
Add depth to our ci checkouts.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
  • Loading branch information
cprivitere committed Jul 12, 2022
1 parent 600ec17 commit b646501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/setup-go
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit b646501

Please sign in to comment.