From 9b6a194929f0cde7f07d7ecdbe619c45c4bdc0fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:04:22 +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 3684935..86cf296 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,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 }}