From c1bd8bf4f23e7cd87c185778612c8ef745ec82dd Mon Sep 17 00:00:00 2001 From: "my-renovate[bot]" <105243867+my-renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:39:53 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.10.2 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 6105bbf2..fe44b6ae 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -49,7 +49,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 + - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 id: app-token with: app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}