diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ac9bf18..48ffac2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: # GITHUB_TOKEN cannot retrigger other push-triggered workflows. See # RELEASE.md → "GitHub App setup for release-please" for one-time # configuration (App ID as repo variable, private key as secret). - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.RELEASE_PLEASE_APP_ID }}