From 92a15546c08adf436505c2ba690d3901cf5869d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:38:00 +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 a5a520d..bf1aa29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: run: git add . - 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 }}