Skip to content

Commit

Permalink
Checkout submodules with --depth=0 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Feb 19, 2023
1 parent 312f727 commit 59e45d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generated_code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Checkout submodules
- run: git submodule update --init --depth=0
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: git submodule update --init --depth=0
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
Expand Down

0 comments on commit 59e45d4

Please sign in to comment.