Skip to content

Commit

Permalink
Merge pull request #63 from kichristensen/addFetchDepth
Browse files Browse the repository at this point in the history
Add checkout fetch depth
  • Loading branch information
schristoff authored Jun 11, 2024
2 parents ea4de1e + 9a2e64a commit 2dbe8ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kubernetes-mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
Expand Down

0 comments on commit 2dbe8ee

Please sign in to comment.