From cc0ad696db2030f7d6cf850b3af5281a94be0ee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:33:39 +0100 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v4.15.4 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f949ab5..f043596 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -116,7 +116,7 @@ jobs: run: "pnpm install --no-frozen-lockfile" - name: "Commit modified files" - uses: "stefanzweifel/git-auto-commit-action@v4.13.1" + uses: "stefanzweifel/git-auto-commit-action@v4.15.4" with: commit_message: "chore: updated pnpm-lock.yaml" commit_author: "prisis "