From 3857e8fb499912a53124d454b7919016c1db748b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:19:04 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v4.15.3 --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 39b61e822..10b65ec3a 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -175,7 +175,7 @@ jobs: run: "pnpm install --no-frozen-lockfile" - name: "Commit modified files" - uses: "stefanzweifel/git-auto-commit-action@v4.15.2" + uses: "stefanzweifel/git-auto-commit-action@v4.15.3" with: commit_message: "chore: updated pnpm-lock.yaml" commit_author: "prisis "