From 3ccfa720e1eec7004813716a805062b77ec5dc11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:55:30 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .github/actions/github-app-auth/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/github-app-auth/action.yml b/.github/actions/github-app-auth/action.yml index eba0889..cebfff2 100644 --- a/.github/actions/github-app-auth/action.yml +++ b/.github/actions/github-app-auth/action.yml @@ -50,7 +50,7 @@ runs: steps: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ inputs.app-id }} private-key: ${{ inputs.private-key }}