From acb39aa52df6e68f5f7bf08d1a7a1b9f84ff13e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 10:08:34 -0400 Subject: [PATCH] build(deps): Bump actions/create-github-app-token from 2.0.3 to 2.0.6 (#24673) 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 3c7f2630cd..c158b77441 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v1 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v1 id: app-token with: app-id: "${{ secrets.APP_ID }}"