diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c4c1006..3fa838a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -79,7 +79,7 @@ jobs: package-json-path: './projects/log4ngx/package.json' - name: Commit updated package - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 with: commit_message: NPM package version updated to ${{ steps.get-version.outputs.version }} branch: main