From 95ecc8cf4bad1c7958506db6446f34828f44ae62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 22:14:08 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v4.16.0 --- .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 ad0cb2674..282a82655 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.3" + uses: "stefanzweifel/git-auto-commit-action@v4.16.0" with: commit_message: "chore: updated pnpm-lock.yaml" commit_author: "prisis "