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 }}