From 037b714dc7e7e7c21cf4243f14ef870c100317e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:51:06 +0000 Subject: [PATCH] ci(deps): update actions/create-github-app-token action to v1.10.3 --- .github/workflows/default_pull_request_callable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default_pull_request_callable.yml b/.github/workflows/default_pull_request_callable.yml index 09b2ecf..6e174b3 100644 --- a/.github/workflows/default_pull_request_callable.yml +++ b/.github/workflows/default_pull_request_callable.yml @@ -21,7 +21,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 + - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 id: app-token with: app-id: ${{ vars.GET_TOKEN_APP_ID }}