diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cd1691..4239f9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: PLAIN_VERSION="${PLAIN_VERSION#v}" npm version $PLAIN_VERSION --no-git-tag-version - - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + - uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f # v6.0.0 if: github.event_name == 'workflow_dispatch' with: commit_message: "chore(release): bump version to ${{ github.event.inputs.version }}"