From 6976bc9d5fb82d9139ab652b39f851c1498ed034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 04:52:57 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v4.15.2 --- .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 647b19834..13a9e0a8f 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.14.1" + uses: "stefanzweifel/git-auto-commit-action@v4.15.2" with: commit_message: "chore: updated pnpm-lock.yaml" commit_author: "prisis "