From ba08ab9bbfe8a80b8a6130b258fccd0cd50f06da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:48:01 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2.2.2 --- .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 b88388b..d45c8a4 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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ vars.RELEASE_PLEASE_APP_ID }}