From 8e810b4a8ad0a402348384a47d7bf329a87221e4 Mon Sep 17 00:00:00 2001 From: "bot-owl[bot]" <252947347+bot-owl[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:00:56 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index e0efcc1..0376537 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate Token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ secrets.BOT_APP_ID }}