From 01be0a33ce9e1d25d631367fde86f11c22ebd1e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:10:10 +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 9dfe1a0..6958f86 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -47,7 +47,7 @@ jobs: persist-credentials: false fetch-depth: 0 - uses: ./.github/actions/setup - - 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: ${{ secrets.HOMEBREW_TAP_APP_ID }}