From 0e785f6d3311b3a175710b998c7fb058055f52ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:12:32 +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..bb607d5 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@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: app-id: ${{ inputs.app-id }} private-key: ${{ inputs.private-key }}