From 2647a79a1733e55e364c75146a45627f270065c0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 22 Dec 2025 02:44:19 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to 29824e6 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d804955..7b12779 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,7 +82,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2 + - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 id: app_token with: app-id: ${{ vars.GH_BUMP_VERSION_APP_ID }}