From 7f4b62b0849e9ec324597d2ba351f3872754c1c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:10:20 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5.0.1 --- .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 928166af..f76b57f4 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -134,7 +134,7 @@ jobs: SKIP_BUILD: "true" - name: "Commit modified files" - uses: "stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d" # v5.0.0 + uses: "stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842" # v5.0.1 with: commit_message: "chore: updated pnpm-lock.yaml" commit_author: "prisis "