From 5c337b28336db4c63718726063da6ccba829adaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:48:59 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.10.4 --- .github/workflows/wc-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wc-release.yml b/.github/workflows/wc-release.yml index 93d92d8f..4beef6bb 100644 --- a/.github/workflows/wc-release.yml +++ b/.github/workflows/wc-release.yml @@ -39,7 +39,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App 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: ${{ inputs.gh-app-id }}