From 558ed1be50f88ed59842c367fd4c690f464d7b15 Mon Sep 17 00:00:00 2001 From: "mchesterbot[bot]" <105906096+mchesterbot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 05:24:35 +0000 Subject: [PATCH] fix(github-action): update actions/create-github-app-token action to v1.10.4 --- .github/workflows/meta-labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index d7a1d99bd9..70929a9adf 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - name: Generate Token - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"