From 484a3a43b99a3b11b2e1a87ca08d4fc68b497d45 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:05:39 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 | datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/create-github-app-token | v2 | v3 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/update-helm-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-helm-repo.yaml b/.github/workflows/update-helm-repo.yaml index 4efd872828..7a3c762bae 100644 --- a/.github/workflows/update-helm-repo.yaml +++ b/.github/workflows/update-helm-repo.yaml @@ -121,7 +121,7 @@ jobs: - name: Generate GitHub App Token if: env.GITHUB_APP_ID != '' id: app-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: # Variables generated by the previous step get-secrets app-id: ${{ env.GITHUB_APP_ID }}