diff --git a/.github/workflows/update-crds-2.5.yml b/.github/workflows/update-crds-2.5.yml index 80b1a3937e..f9e0954081 100644 --- a/.github/workflows/update-crds-2.5.yml +++ b/.github/workflows/update-crds-2.5.yml @@ -42,7 +42,7 @@ jobs: run: bash hack/scripts/sync-hub-crds.sh - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: ${{ env.commit_message }} commit_options: '--signoff' diff --git a/.github/workflows/update-crds-2.6.yml b/.github/workflows/update-crds-2.6.yml index 2c299c72db..65671b0d35 100644 --- a/.github/workflows/update-crds-2.6.yml +++ b/.github/workflows/update-crds-2.6.yml @@ -44,7 +44,7 @@ jobs: run: bash hack/scripts/sync-hub-crds.sh - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.1.0 with: commit_message: ${{ env.commit_message }} commit_options: '--signoff'