From ed0847d374cbd43db79d09308581f9106f1b7254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:26:31 +0000 Subject: [PATCH] build(deps): Bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#25131) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex | Interchain Labs --- .github/workflows/dependabot-update-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-update-all.yml b/.github/workflows/dependabot-update-all.yml index 779026ab49..5afbbdac91 100644 --- a/.github/workflows/dependabot-update-all.yml +++ b/.github/workflows/dependabot-update-all.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Generate Token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v1 + uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v1 id: app-token with: app-id: "${{ secrets.APP_ID }}"