From 408e6e670589e546738ecc8c5e407c1b0dee2849 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 05:25:04 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bd32e08..5808961 100644 --- a/action.yml +++ b/action.yml @@ -105,7 +105,7 @@ runs: - id: app-token if: ${{ !inputs.token }} - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ inputs.github-app-id }} private-key: ${{ inputs.github-private-key || inputs.github-app-private-key }}