From 309ebf8676fe9954329ef03ae4995771f5455a93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:26:38 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.10.3 --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/release-plz.yml | 4 ++-- .github/workflows/wc-deploy-cloudflare-pages.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index a696d6a..ba67013 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -14,7 +14,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - 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.BOT_APP_ID }} diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 19a440b..5bc30c7 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -35,7 +35,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - 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.BOT_APP_ID }} @@ -234,7 +234,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - 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.BOT_APP_ID }} diff --git a/.github/workflows/wc-deploy-cloudflare-pages.yml b/.github/workflows/wc-deploy-cloudflare-pages.yml index b06931b..47da8cb 100644 --- a/.github/workflows/wc-deploy-cloudflare-pages.yml +++ b/.github/workflows/wc-deploy-cloudflare-pages.yml @@ -48,7 +48,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - 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: ${{ inputs.gh-app-id }}