From ec7b8ddd94f43e643946089d6cb3f913af339343 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:53:27 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v3.2.0 Update actions/create-github-app-token from 3.1.1 to 3.2.0 Change-type: patch --- .github/workflows/esr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/esr.yml b/.github/workflows/esr.yml index 8c10ea9..8bc031c 100644 --- a/.github/workflows/esr.yml +++ b/.github/workflows/esr.yml @@ -27,7 +27,7 @@ jobs: steps: # https://github.com/actions/create-github-app-token - name: Generate GitHub App installation token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app_token with: app-id: ${{ vars.ESR_BOT_APP_ID || '400859' }}