From 1e93d62b8d4bd12b5e26067e3ae0caf6e8fc328f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:55:52 +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 d8f3b43..7c2d0da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: - name: Commit id: 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 }}