From 01924315644f9de66f1e31adabd63a1166dd5a5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:41:53 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3.1.1 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 671fef4..6e676ad 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,7 +25,7 @@ jobs: should-publish: ${{ steps.release-please.outputs.release_created }} tag: ${{ steps.release-please.outputs.tag_name }} steps: - - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3.1.0 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: client-id: ${{ vars.RELEASE_PLEASE_APP_ID }}