From fc2653df004d8953a31f3ea2f782f7bf23da3f30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:16:43 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v6 --- .github/workflows/ci-version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-version.yaml b/.github/workflows/ci-version.yaml index c6d704b..624fd79 100644 --- a/.github/workflows/ci-version.yaml +++ b/.github/workflows/ci-version.yaml @@ -45,7 +45,7 @@ jobs: - name: Commit lock file if: env.CURRENT_BRANCH == 'changeset-release/master' - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "chore: update lock file" branch: changeset-release/master