diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d35312..cd12503 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: args: ${{ matrix.args }} - name: Commit CHANGELOG.md - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v6 with: branch: main commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"