From 151f18f4002682606c45f506c8352c5bd5a54da7 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:13:25 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.11.0 --- .github/workflows/helm-publish-oci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-publish-oci.yaml b/.github/workflows/helm-publish-oci.yaml index 95e2270..885ce2e 100644 --- a/.github/workflows/helm-publish-oci.yaml +++ b/.github/workflows/helm-publish-oci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate Token - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"