From 290efff4e7804e34b5f94983ce4e3ee596d647fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:50:02 +0000 Subject: [PATCH] chore(deps): update dsanders11/github-app-commit-action action to v2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30e37e2..7e347b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: run: git reset --hard && git pull - name: Commit - uses: dsanders11/github-app-commit-action@v1 + uses: dsanders11/github-app-commit-action@v2 with: message: ${{ steps.extract-version.outputs.VERSION }} token: ${{ steps.app-token.outputs.token }}