diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 540aa491e694..1c697e622e42 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -31,7 +31,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Update all modules - run: make modules + run: make generate-modules - name: Update generated code run: make generate - uses: EndBug/add-and-commit@v7