From 50acdb9d1d2034bb2223f5eef90fdab981baaba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:06:47 +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