diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ebc5ddd..f94f5e6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,7 +29,7 @@ jobs: run: bash .github/scripts/bump_version.sh ${{ inputs.version_type }} - name: Commit Changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore: bump version for release" file_pattern: "internal/core/*.go"