From 50293f2567cc16042b8a921835167ea777b94301 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:02:54 +0000 Subject: [PATCH] ci: update actions/create-github-app-token action to v3 --- .github/workflows/relesae-plz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/relesae-plz.yml b/.github/workflows/relesae-plz.yml index b2789ed..cbf0ba5 100644 --- a/.github/workflows/relesae-plz.yml +++ b/.github/workflows/relesae-plz.yml @@ -17,7 +17,7 @@ jobs: # Generating a GitHub token, so that PRs and tags created by # the release-plz-action can trigger actions workflows. - name: Generate GitHub token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: generate-token with: app-id: ${{ secrets.RELEASE_BOT_APP_ID }}